diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-08-01 13:13:04 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-08-01 17:05:02 +0200 |
commit | 8f98f5d85ae30361f6bb9f6f42d6a7fd279301e1 (patch) | |
tree | 136a2a76a27833d0263dc8c450511b5a47d8f2ed /lib/tevent/wscript | |
parent | 066a642f10cae7980eefb2d8ada3a6c3f5220542 (diff) | |
download | samba-8f98f5d85ae30361f6bb9f6f42d6a7fd279301e1.tar.gz samba-8f98f5d85ae30361f6bb9f6f42d6a7fd279301e1.tar.bz2 samba-8f98f5d85ae30361f6bb9f6f42d6a7fd279301e1.zip |
tevent: change version to 0.9.19
* Fix tevent testsuite issue on Solaris.
* Add tevent tuturial and documentation updates
* Fix Coverity ID 989236 Operands don't affect result
* Bug: https://bugzilla.samba.org/show_bug.cgi?id=10012
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Aug 1 17:05:02 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/tevent/wscript')
-rwxr-xr-x | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 02bddb80d8..39f2ae48e0 100755 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.18' +VERSION = '0.9.19' blddir = 'bin' |