summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-08 12:50:21 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-08 20:47:40 +0200
commitb725154fe7c49254093661d634c41f3fbfa46678 (patch)
tree2244a34e9e9ea93bd134d7d6556ba441b8bcf770 /lib/tevent/wscript
parentba65400c6ee710b8b5857af5825a784b5c2d0d47 (diff)
downloadsamba-b725154fe7c49254093661d634c41f3fbfa46678.tar.gz
samba-b725154fe7c49254093661d634c41f3fbfa46678.tar.bz2
samba-b725154fe7c49254093661d634c41f3fbfa46678.zip
tevent: change version to 0.9.16
This adds tevent_*_trace_*() and tevent_context_init_ops() metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 8 20:47:41 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/tevent/wscript')
-rwxr-xr-xlib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
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'