s4-tevent: up tevent version number
authorAndrew Tridgell <tridge@samba.org>
Tue, 13 Apr 2010 01:45:38 +0000 (11:45 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 13 Apr 2010 01:45:38 +0000 (11:45 +1000)
tevent now has tevent_re_initialise() which is needed for the s4 build

lib/tevent/configure.ac
lib/tevent/wscript
source4/min_versions.m4

index c759b83fabaf0d6b69abd721bbb3314b1479e899..b77a4ab4a108f1048afdd3c2f07e48b400732315 100644 (file)
@@ -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)
 
index ee15b95610705d75ef369353a0411b5de03aa78b..4244db1a6f21e7bbfdb6ffddae0dc0a6c8ac9e3a 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tevent'
-VERSION = '0.9.8'
+VERSION = '0.9.9'
 
 blddir = 'bin'
 
index c134c693dd5cd03b0a7ce7dcf7adb49ac584b4c0..82e7eb42c0cfd47948efb5271a9bd405b1326baa 100644 (file)
@@ -1,6 +1,6 @@
 # Minimum and exact required versions for various libraries 
 # if we use the ones installed in the system.
 define(TDB_MIN_VERSION,1.2.1)
-define(TALLOC_MIN_VERSION,2.0.1)
+define(TALLOC_MIN_VERSION,2.0.2)
 define(LDB_REQUIRED_VERSION,0.9.10)
-define(TEVENT_REQUIRED_VERSION,0.9.8)
+define(TEVENT_REQUIRED_VERSION,0.9.9)