diff options
author | Stefan Metzmacher <metze@samba.org> | 2022-06-08 15:04:08 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2022-06-08 17:02:29 +0000 |
commit | 53692735c733d01acbd953641f831a1f5e0cf6c5 (patch) | |
tree | 72089715030b73437f5b94e9da848a1904648321 /lib/tevent/wscript | |
parent | 0189ccf9fc3d2a77cc83cffe180e307bcdccebb4 (diff) | |
download | samba-tevent-0.12.1.tar.gz |
tevent: version 0.12.1tevent-0.12.1
* 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/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 308655e047f..2ba920c976a 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.12.0' +VERSION = '0.12.1' import sys, os |