summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-13 11:45:38 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-13 11:45:38 +1000
commitab73692bd348057bfd218b67c3414eec8afcc18b (patch)
tree2f4175d41f91de9b890e97bf9c46522180f34f93 /lib/tevent
parent0ca484f4573275808a209ccb0a94a30e89b336d2 (diff)
downloadsamba-ab73692bd348057bfd218b67c3414eec8afcc18b.tar.gz
samba-ab73692bd348057bfd218b67c3414eec8afcc18b.tar.bz2
samba-ab73692bd348057bfd218b67c3414eec8afcc18b.zip
s4-tevent: up tevent version number
tevent now has tevent_re_initialise() which is needed for the s4 build
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/configure.ac2
-rw-r--r--lib/tevent/wscript2
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'