diff options
| author | Jule Anger <janger@samba.org> | 2024-01-29 15:08:08 +0100 |
|---|---|---|
| committer | Jule Anger <janger@samba.org> | 2024-01-29 14:39:32 +0000 |
| commit | f28966c1638806a5af1fa4e451b668af638491ce (patch) | |
| tree | 2335a0eae345559dfc3e6bf916dffe6b19b88684 /lib/talloc/wscript | |
| parent | 1f823424418e814d9dc0785658e2a7d92643dab2 (diff) | |
| download | samba-talloc-2.4.2.tar.gz samba-talloc-2.4.2.tar.bz2 samba-talloc-2.4.2.zip | |
talloc: release 2.4.2talloc-2.4.2
- build with Python 3.12 (bug #15513)
- documentation fixes
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15513
Signed-off-by: Jule Anger <janger@samba.org>
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 075f1ec4417..8b5e02d36c5 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.4.1' +VERSION = '2.4.2' import os import sys |
