summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-01-14 23:40:05 +0100
committerKarolin Seeger <kseeger@samba.org>2019-01-15 11:28:13 +0100
commitb915626087c2340c7cd89cd2ecb7a8b20a756c0a (patch)
treefd385b6d178da8c37e03284fa70b757b09545f64 /lib/talloc/wscript
parent33de2f0727e939d404781672633c360b5fa81709 (diff)
downloadsamba-b915626087c2340c7cd89cd2ecb7a8b20a756c0a.tar.gz
talloc: version 2.1.15talloc-2.1.15
* Deprecate talloc_set_memlimit() and talloc_autofree_context() * Fix undefined behavior in talloc_memdup * 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/talloc/wscript')
-rw-r--r--lib/talloc/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index a5841b46e4e..f254e55654b 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'talloc'
-VERSION = '2.1.14'
+VERSION = '2.1.15'
import os
import sys