diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-07-21 13:49:07 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-07-21 19:04:15 +0200 |
commit | e05cb33511da81a2916b7504308552bcb4cbd587 (patch) | |
tree | 29fc901ce14325e4bee5b943651f27e5fc11eb81 /lib/talloc/wscript | |
parent | 54ea6ff7888c79d8466240485768e5c3b3cce30e (diff) | |
download | samba-talloc-2.1.3.tar.gz |
talloc: version 2.1.3talloc-2.1.3
* improved python3 bindings
* documentation fixes regarding talloc_reference() and talloc_unlink()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
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 8e6151685ff..bbe0cb11058 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.2' +VERSION = '2.1.3' blddir = 'bin' |