summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-11-04 12:54:05 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-11-05 12:30:02 +0100
commitfae40ec5b4702dd55905e66d896a73c356c95374 (patch)
treef14ea26e6891c6ddc7283d90ad1b5df36c884d4a
parent2dae19c43b2db4f4fe39d93cdb6918ae8a7dcc49 (diff)
downloadsamba-fae40ec5b4702dd55905e66d896a73c356c95374.tar.gz
uwrap: Bump version to 1.2.0
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Nov 5 12:30:02 CET 2015 on sn-devel-104
-rw-r--r--lib/uid_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uid_wrapper/wscript b/lib/uid_wrapper/wscript
index 9cdc069ed18..1c8723601f4 100644
--- a/lib/uid_wrapper/wscript
+++ b/lib/uid_wrapper/wscript
@@ -3,7 +3,7 @@
import Options
import os, sys
-VERSION="1.1.1"
+VERSION="1.2.0"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('uid_wrapper', minversion=VERSION, set_target=False):