diff options
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/configure.ac | 2 | ||||
-rw-r--r-- | lib/tevent/wscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac index c759b83fab..b77a4ab4a1 100644 --- a/lib/tevent/configure.ac +++ b/lib/tevent/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT(tevent, 0.9.8) +AC_INIT(tevent, 0.9.9) AC_CONFIG_SRCDIR([tevent.c]) AC_CONFIG_HEADER(config.h) diff --git a/lib/tevent/wscript b/lib/tevent/wscript index ee15b95610..4244db1a6f 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.8' +VERSION = '0.9.9' blddir = 'bin' |