summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-07-22 13:42:37 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-07-22 22:20:25 +0000
commitcd20e3876c368556781ff0c8c14527b9339d3cad (patch)
tree3c9c486c7cb60db42f8401da446b494eed4603b6 /lib/talloc/wscript
parentac23eeb41c3d27d710722f94e22dd84410d183d3 (diff)
downloadsamba-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/wscript2
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