summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-01-14 23:40:36 +0100
committerKarolin Seeger <kseeger@samba.org>2019-01-15 11:29:24 +0100
commit1c73f38633ce40bcf19775fbeaf5e3baacdba9ab (patch)
tree98c46715781543b7ec760bf4f98a1d904ac8057b /lib/tevent/wscript
parentb915626087c2340c7cd89cd2ecb7a8b20a756c0a (diff)
downloadsamba-1c73f38633ce40bcf19775fbeaf5e3baacdba9ab.tar.gz
tevent: version 0.9.38tevent-0.9.38
* Deprecate tevent wrapper api again * Build fixes * The build uses python3 by default: * --extra-python would take python2 now * To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Karolin Seeger <kseeger@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 9d6b671437e..b2a103d021a 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tevent'
-VERSION = '0.9.37'
+VERSION = '0.9.38'
import sys, os