summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2012-04-25 13:38:33 +0200
committerChristian Beier <dontmind@freeshell.org>2012-04-25 13:38:33 +0200
commitb3a661fb72f19f4e2c9914cb3c672156f0da36ed (patch)
treec23f73737dc579256320f857b7f141cc283ea0be /configure.ac
parent6f9a9160c4006aecfc8ca5248e7e4bf8154aff62 (diff)
downloadlibtdevnc-b3a661fb72f19f4e2c9914cb3c672156f0da36ed.tar.gz
libtdevnc-b3a661fb72f19f4e2c9914cb3c672156f0da36ed.zip
Bump version to 0.9.9.
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 4e9c889..c12feed 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.1, http://sourceforge.net/projects/libvncserver)
-AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8.1)
+AC_INIT(LibVNCServer, 0.9.9, http://sourceforge.net/projects/libvncserver)
+AM_INIT_AUTOMAKE(LibVNCServer, 0.9.9)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(rfbconfig.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])