From b725154fe7c49254093661d634c41f3fbfa46678 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jun 2012 12:50:21 +0200 Subject: tevent: change version to 0.9.16 This adds tevent_*_trace_*() and tevent_context_init_ops() metze Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Jun 8 20:47:41 CEST 2012 on sn-devel-104 --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/wscript') diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 2e6c2a6e6e..ef728496d6 100755 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.15' +VERSION = '0.9.16' blddir = 'bin' -- cgit