diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-09 16:12:40 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-09 23:02:17 +0200 |
commit | fd3382906a86aa7077aac535fee39cc5b441d682 (patch) | |
tree | 37c32cb9d8f6e502cc90262e89a78fd43620a2b1 /lib/tevent/wscript | |
parent | c6363bb352daab5b5e4523df14ea8f20b630be75 (diff) | |
download | samba-fd3382906a86aa7077aac535fee39cc5b441d682.tar.gz samba-fd3382906a86aa7077aac535fee39cc5b441d682.tar.xz samba-fd3382906a86aa7077aac535fee39cc5b441d682.zip |
tevent: change the version to 0.9.14 after the tevent_queue changes
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Aug 9 23:02:17 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 a65590938a..68430eae19 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.13' +VERSION = '0.9.14' blddir = 'bin' |