From: Stefan Metzmacher Date: Fri, 30 Nov 2012 08:43:23 +0000 (+0100) Subject: tevent: change version to 0.9.18 after the SIGRTMAX fix X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=81adfa25788b9d4085ec0f911094b44b70c067b9 tevent: change version to 0.9.18 after the SIGRTMAX fix Signed-off-by: Stefan Metzmacher --- diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 684286d8c4ee..fb849cc4bcea 100755 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.17' +VERSION = '0.9.18' blddir = 'bin'