diff options
author | dscho <dscho> | 2008-01-29 11:49:14 +0000 |
---|---|---|
committer | dscho <dscho> | 2008-01-29 11:49:14 +0000 |
commit | 09d902c5b7ce1881e7a4d9642bfae8202f13387f (patch) | |
tree | ffa9432de01d77b73670d2900c9659913fcc60af /configure.ac | |
parent | c07091b3900ad1d66bb9665a892bf93c685d031a (diff) | |
download | libtdevnc-09d902c5b7ce1881e7a4d9642bfae8202f13387f.tar.gz libtdevnc-09d902c5b7ce1881e7a4d9642bfae8202f13387f.zip |
Add CMake support (thanks to Christian Ehrlicher)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 b760f8b..7f01100 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, http://sourceforge.net/projects/libvncserver) -AM_INIT_AUTOMAKE(LibVNCServer, 0.9) +AC_INIT(LibVNCServer, 0.9.2, http://sourceforge.net/projects/libvncserver) +AM_INIT_AUTOMAKE(LibVNCServer, 0.9.2) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) |