diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-08 16:04:32 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-09 12:16:44 +0200 |
commit | 4768fc670401d86bd07ab366c5b0e81eb1998465 (patch) | |
tree | 0270fcd47055cbbdaaeefdc98c943b7974641ee6 /lib/tevent/wscript | |
parent | e5827a4007c553ddf7b0078538b17122c83b0087 (diff) | |
download | samba-4768fc670401d86bd07ab366c5b0e81eb1998465.tar.gz samba-4768fc670401d86bd07ab366c5b0e81eb1998465.tar.bz2 samba-4768fc670401d86bd07ab366c5b0e81eb1998465.zip |
tevent: change version to 0.9.13 after adding tevent_req_defer_callback()
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Jul 9 12:16:44 CEST 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 5dcd18814b..a65590938a 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.12' +VERSION = '0.9.13' blddir = 'bin' |