summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-03-04 22:12:18 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-03-21 04:06:16 +0000
commitb80140ba00282ce67f7d394bbf684e726df1126e (patch)
tree1fb5b38ab81f536b17340c94a1f48250a0030a1d /lib/talloc/wscript
parenta574e8f51706809fff4b77ff098b28ba1a7d4103 (diff)
downloadsamba-b80140ba00282ce67f7d394bbf684e726df1126e.tar.gz
talloc: Release talloc 2.2.0talloc-2.2.0
* Remove pytalloc_CObject_FromTallocPtr() * Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) * New minor version to allow Samba 4.10 to release a talloc if required from that branch Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
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 6947b1d0b80..e4020692d60 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'talloc'
-VERSION = '2.1.16'
+VERSION = '2.2.0'
import os
import sys