diff options
| author | Stefan Metzmacher <metze@samba.org> | 2022-06-08 15:01:55 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2022-06-08 17:02:29 +0000 |
| commit | 0189ccf9fc3d2a77cc83cffe180e307bcdccebb4 (patch) | |
| tree | d362ea8a6ed5b2357bf973b726bc1f0050326524 /lib/talloc/wscript | |
| parent | 8e701978a70d8323e0004be86e448c8c02341aa8 (diff) | |
| download | samba-talloc-2.3.4.tar.gz samba-talloc-2.3.4.tar.bz2 samba-talloc-2.3.4.zip | |
talloc: version 2.3.4talloc-2.3.4
* Fix build problems
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071
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 f0c266a7878..30896636404 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.3.3' +VERSION = '2.3.4' import os import sys |
