diff options
| author | Stefan Metzmacher <metze@samba.org> | 2018-07-11 22:19:26 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2018-07-12 04:32:09 +0200 |
| commit | df858ec17e1d86ac983f0e74f7b80fbac64cab30 (patch) | |
| tree | 922447d71fbab1eca016ac77b6507009f06cf784 /lib/talloc/wscript | |
| parent | b9efc5a628007f84c650789027385faaace913e8 (diff) | |
| download | samba-talloc-2.1.14.tar.gz samba-talloc-2.1.14.tar.bz2 samba-talloc-2.1.14.zip | |
talloc: version 2.1.14talloc-2.1.14
* Fix some typos in the comments
* Remove extra 0x prefix for the "%p" format specifiers,
avoiding 0x0x0 strings in the output.
* make sure we link extra-python versions of libraries
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@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 1b3167228fe..18f726e758e 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.13' +VERSION = '2.1.14' blddir = 'bin' |
