diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-07-22 13:42:37 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-07-22 22:20:25 +0000 |
commit | cd20e3876c368556781ff0c8c14527b9339d3cad (patch) | |
tree | 3c9c486c7cb60db42f8401da446b494eed4603b6 /lib/talloc/wscript | |
parent | ac23eeb41c3d27d710722f94e22dd84410d183d3 (diff) | |
download | samba-talloc-2.3.0.tar.gz |
talloc: Release talloc 2.3.0talloc-2.3.0
* add pytalloc_get_name() to safely access te talloc name in Python bindings
* Use a new minor version to allow talloc updates in the 4.11 release stream
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@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 eda62d19086..9a182e8f311 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.2.0' +VERSION = '2.3.0' import os import sys |