From 81adfa25788b9d4085ec0f911094b44b70c067b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Nov 2012 09:43:23 +0100 Subject: [PATCH] tevent: change version to 0.9.18 after the SIGRTMAX fix Signed-off-by: Stefan Metzmacher --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.34.1