summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-16 21:06:45 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-16 21:10:32 +0200
commitd7d8646e6352c3e28012e52bd926283b1d1a09c9 (patch)
treecfa588fc72c3a3a7476ab18a7e4322b2d2e25c79 /lib/tevent/wscript
parentd7af2c842a5db2a1dd9f61b463ccfee24d7db5ed (diff)
downloadsamba-d7d8646e6352c3e28012e52bd926283b1d1a09c9.tar.gz
samba-d7d8646e6352c3e28012e52bd926283b1d1a09c9.tar.bz2
samba-d7d8646e6352c3e28012e52bd926283b1d1a09c9.zip
tevent: change version to 0.9.17 after adding the "poll_mt" backend
metze
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 ef728496d6..684286d8c4 100755
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tevent'
-VERSION = '0.9.16'
+VERSION = '0.9.17'
blddir = 'bin'