diff options
author | dscho <dscho> | 2007-04-07 23:34:04 +0000 |
---|---|---|
committer | dscho <dscho> | 2007-04-07 23:34:04 +0000 |
commit | 9fd2c929ef357414cd9247252a717b88917dd129 (patch) | |
tree | a87e84f8a6af3cefeed696232fdcbbef056c0ef1 | |
parent | b6498656ae9f7dee3ca2022fdcae5394008936c1 (diff) | |
download | libtdevnc-9fd2c929ef357414cd9247252a717b88917dd129.tar.gz libtdevnc-9fd2c929ef357414cd9247252a717b88917dd129.zip |
prepare for release of LibVNCServer 0.9
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e6219ab..f27fda6 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.9pre, http://sourceforge.net/projects/libvncserver) -AM_INIT_AUTOMAKE(LibVNCServer, 0.9pre) +AC_INIT(LibVNCServer, 0.9, http://sourceforge.net/projects/libvncserver) +AM_INIT_AUTOMAKE(LibVNCServer, 0.9) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) |