summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-27 04:06:00 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-17 12:38:08 +0100
commitc4c88d1ee8960ae0d8a392821cf4f218725ab660 (patch)
treefadc8a263f0f67520e866c5b0564dedb84e6ad32 /lib/tevent/wscript
parent50b9f154d22f5c356e66bba341e9ee0292218cfd (diff)
downloadsamba-c4c88d1ee8960ae0d8a392821cf4f218725ab660.tar.gz
tevent: version 0.9.21tevent-0.9.21
This fixes a the following bugs: - fix a crash bug in tevent_queue_immediate_trigger() - add missing tevent_num_signals() and tevent_sa_info_queue_count() prototypes including documentation. This adds the following new features: - tevent_req_set_cleanup_fn() Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
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 3fc87f592f6..bd19780c2a3 100755
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tevent'
-VERSION = '0.9.20'
+VERSION = '0.9.21'
blddir = 'bin'