summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-10-12 18:57:01 +0200
committerChristian Beier <dontmind@freeshell.org>2011-11-08 02:14:57 +0100
commit609ccec1a0ab23101e00dded5015458d14a8bbd0 (patch)
tree0af51d2fea60b6074c6c298d59cb5674b76f2d97 /configure.ac
parent3df7537a301a3502f81f55b8261e92a97c9bdd45 (diff)
downloadlibtdevnc-609ccec1a0ab23101e00dded5015458d14a8bbd0.tar.gz
libtdevnc-609ccec1a0ab23101e00dded5015458d14a8bbd0.zip
Update version number in autotools && cmake, NEWS entry.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ab65308..bffd537 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])
AM_SILENT_RULES([yes])