diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-13 11:45:38 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-13 11:45:38 +1000 |
commit | ab73692bd348057bfd218b67c3414eec8afcc18b (patch) | |
tree | 2f4175d41f91de9b890e97bf9c46522180f34f93 /lib/tevent/wscript | |
parent | 0ca484f4573275808a209ccb0a94a30e89b336d2 (diff) | |
download | samba-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/wscript')
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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' |