diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-02 15:24:40 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-10 10:24:49 +0100 |
commit | 494d497b99df08603555ff6a981482937d44b124 (patch) | |
tree | 7db041d7f8dc71adfd85619432338c0d8c5a131e /lib/tevent/wscript | |
parent | b7d5ddfa61d3b4c797dcee64cb23eb97cc55759c (diff) | |
download | samba-494d497b99df08603555ff6a981482937d44b124.tar.gz samba-494d497b99df08603555ff6a981482937d44b124.tar.bz2 samba-494d497b99df08603555ff6a981482937d44b124.zip |
tevent: change version to 0.9.11
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 10 10:24:49 CET 2011 on sn-devel-104
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 07143c1357..7ccaf0acdb 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.10' +VERSION = '0.9.11' blddir = 'bin' |