summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-10-12 18:57:01 +0200
committerChristian Beier <dontmind@freeshell.org>2011-10-12 18:57:01 +0200
commit118359faab43f09b1fe60648ff930f257b635400 (patch)
tree9d5596b1eedb9790663a797c9758ec5bfcd2abd1
parent2ad0968220da70e34e717daf94d6ba62da028ab1 (diff)
downloadlibvncserver-118359faab43f09b1fe60648ff930f257b635400.zip
libvncserver-118359faab43f09b1fe60648ff930f257b635400.tar.gz
Update version number in autotools && cmake, NEWS entry.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
3 files changed, 6 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5425cc..f160f78 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ include(TestBigEndian)
set(PACKAGE_NAME "LibVNCServer")
set(FULL_PACKAGE_NAME "LibVNCServer")
-set(PACKAGE_VERSION "0.9.8")
+set(PACKAGE_VERSION "0.9.8.1")
set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver")
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/libvncserver ${CMAKE_SOURCE_DIR}/common)
diff --git a/NEWS b/NEWS
index 4849682..ffb75e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.9.8.1
+ - Fixed an ABI compatibility issue.
+
0.9.8
- Overall changes:
* Automagically generated API documentation using doxygen.
diff --git a/configure.ac b/configure.ac
index 3203d7a..c4a8106 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.8, http://sourceforge.net/projects/libvncserver)
-AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8)
+AC_INIT(LibVNCServer, 0.9.8.1, http://sourceforge.net/projects/libvncserver)
+AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8.1)
AM_CONFIG_HEADER(rfbconfig.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
OpenPOWER on IntegriCloud