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/talloc.h | |
| parent | a574e8f51706809fff4b77ff098b28ba1a7d4103 (diff) | |
| download | samba-talloc-2.2.0.tar.gz samba-talloc-2.2.0.tar.bz2 samba-talloc-2.2.0.zip | |
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/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 498bad3b533..5240f1e8dda 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 1 +#define TALLOC_VERSION_MINOR 2 int talloc_version_major(void); int talloc_version_minor(void); |
