diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-03-10 15:05:39 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-03-10 15:05:39 +0100 |
commit | d26118a0381a370e11567c8572492c7560354037 (patch) | |
tree | 8328fdd4c3ce05bd1c6bacfcc8852a7d71977f43 /configure.ac | |
parent | c8fc0ad5a772c55a88900d521684cfcf35afe7cb (diff) | |
download | libtdevnc-d26118a0381a370e11567c8572492c7560354037.tar.gz libtdevnc-d26118a0381a370e11567c8572492c7560354037.zip |
Next version will be 0.9.8.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4ae1ac8..20f8741 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(LibVNCServer, 0.9.7, http://sourceforge.net/projects/libvncserver) -AM_INIT_AUTOMAKE(LibVNCServer, 0.9.7) +AC_INIT(LibVNCServer, 0.9.8, http://sourceforge.net/projects/libvncserver) +AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) |