diff options
| author | Uri Simchoni <uri@samba.org> | 2019-11-16 23:45:51 +0200 |
|---|---|---|
| committer | Uri Simchoni <uri@samba.org> | 2019-11-18 10:11:41 +0000 |
| commit | 3e2eafeb4460c8b6b3c3dbf64bbc967ae1d601d0 (patch) | |
| tree | 5960d50d1d666c65ccc7f82088ee3d26d2ebcdf6 /lib/talloc/wscript | |
| parent | e856877ef88bf273cbf814ff17abad900ba7ea27 (diff) | |
| download | samba-talloc-2.3.1.tar.gz samba-talloc-2.3.1.tar.bz2 samba-talloc-2.3.1.zip | |
talloc: Release talloc 2.3.1talloc-2.3.1
* Upgrade waf to 2.0.18 to fix a cross-compilation issue
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13846
Signed-off-by: Uri Simchoni <uri@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 9a182e8f311..b955d215b80 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.3.0' +VERSION = '2.3.1' import os import sys |
