summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-07-21 14:34:59 +0200
committerRalph Boehme <slow@samba.org>2017-07-21 23:31:03 +0200
commit7ad3a99d462e4a43c9f64b0877111d5e58f56e6e (patch)
tree4f6077e99ad901f5b4868edcf343a83da095bdfe /lib/tevent/wscript
parentca3e98488a45aa143e4ba454b4ba8763f09a6f50 (diff)
downloadsamba-7ad3a99d462e4a43c9f64b0877111d5e58f56e6e.tar.gz
tevent: version 0.9.33tevent-0.9.33
* make tevent_req_print() more robust against crashes Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 54f216db73c..bc874bb2b38 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tevent'
-VERSION = '0.9.32'
+VERSION = '0.9.33'
blddir = 'bin'