diff options
| author | Stefan Metzmacher <metze@samba.org> | 2018-04-03 13:46:20 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2018-04-05 15:53:16 +0200 |
| commit | d48b62326a5256fabdcbdd97cc71c44527672527 (patch) | |
| tree | 4e62df6a7baa50f2c0cbfccf08321fdcf72b360b /lib/talloc/wscript | |
| parent | 03124c85f1141f1e57398e526f38798b6f1fa741 (diff) | |
| download | samba-talloc-2.1.13.tar.gz samba-talloc-2.1.13.tar.bz2 samba-talloc-2.1.13.zip | |
talloc: version 2.1.13talloc-2.1.13
* Use atexit() again instead of a library destructor
(bug #13366)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Apr 5 15:53:16 CEST 2018 on sn-devel-144
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 63200219e71..083434180bd 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.12' +VERSION = '2.1.13' blddir = 'bin' |
