From ab73692bd348057bfd218b67c3414eec8afcc18b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2010 11:45:38 +1000 Subject: s4-tevent: up tevent version number tevent now has tevent_re_initialise() which is needed for the s4 build --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/wscript') 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' -- cgit