diff options
| author | Stefan Metzmacher <metze@samba.org> | 2021-07-14 22:28:19 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2021-07-14 21:06:36 +0000 |
| commit | bc1ee7ca0640f0136e5af7dcc4ca8ed0a5893053 (patch) | |
| tree | 6ee19db6aacab0341994cf33a814f2fc6fd16bec /lib/talloc/wscript | |
| parent | 17c86a2c5a5a5e2b194362e5f36f0f99910222c5 (diff) | |
| download | samba-talloc-2.3.3.tar.gz samba-talloc-2.3.3.tar.bz2 samba-talloc-2.3.3.zip | |
talloc: version 2.3.3talloc-2.3.3
- python: Ensure reference counts are properly incremented
- Bug 9931: change pytalloc source to LGPL
Signed-off-by: Stefan Metzmacher <metze@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 a767477357f..ed38c78b0e9 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.3.2' +VERSION = '2.3.3' import os import sys |
