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/talloc.h | |
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/talloc.h')
-rw-r--r-- | lib/talloc/talloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 34fe772d2df..b991dd3c4f5 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -43,7 +43,7 @@ extern "C" { */ #define TALLOC_VERSION_MAJOR 2 -#define TALLOC_VERSION_MINOR 2 +#define TALLOC_VERSION_MINOR 3 int talloc_version_major(void); int talloc_version_minor(void); |