diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-03-04 22:12:18 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-03-21 04:06:16 +0000 |
commit | b80140ba00282ce67f7d394bbf684e726df1126e (patch) | |
tree | 1fb5b38ab81f536b17340c94a1f48250a0030a1d /lib/talloc/wscript | |
parent | a574e8f51706809fff4b77ff098b28ba1a7d4103 (diff) | |
download | samba-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/wscript | 2 |
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 |