summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-02-16 16:15:53 +1300
committerAndrew Bartlett <abartlet@samba.org>2016-03-08 01:58:26 +0100
commitd7bbcbc510c6ecfcd9db47c15203bbdd13d1c06e (patch)
tree7721036e580f6d062631c3e8d35ce2518110c625 /lib/talloc/wscript
parent80f2b36efb6380defb646f7612f23c431acf8e1a (diff)
downloadsamba-d7bbcbc510c6ecfcd9db47c15203bbdd13d1c06e.tar.gz
talloc: Bump version number
The removal of the macros and replacement with proper functions is a API, but not ABI break. Only code that incorrectly used the structure either in function signatures or to access the members directly will need to be modified before being built against this version of talloc. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@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 fe689c79473..ae0b227668e 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'talloc'
-VERSION = '2.1.5'
+VERSION = '2.1.6'
blddir = 'bin'