diff --git a/CMakeLists.txt b/CMakeLists.txt index 4841cd0..e8876c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(TestBigEndian) set(PACKAGE_NAME "LibVNCServer") set(FULL_PACKAGE_NAME "LibVNCServer") -set(PACKAGE_VERSION "0.9.2") +set(PACKAGE_VERSION "0.9.7") set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver") include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/libvncserver) diff --git a/ChangeLog b/ChangeLog index ed0bb22..1dd8201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2007-09-04 Karl Runge +2009-01-04 Karl Runge + * configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7 + +2009-01-04 Karl Runge * prepare_x11vnc_dist.sh: fix SUBDIRS and DIST_SUBDIRS when using --with-system-libvncserver diff --git a/configure.ac b/configure.ac index 91177e6..fec3d9f 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.2, http://sourceforge.net/projects/libvncserver) -AM_INIT_AUTOMAKE(LibVNCServer, 0.9.2) +AC_INIT(LibVNCServer, 0.9.7, http://sourceforge.net/projects/libvncserver) +AM_INIT_AUTOMAKE(LibVNCServer, 0.9.7) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])