diff options
author | Andreas Schneider <asn@samba.org> | 2015-01-23 15:32:05 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-01-28 19:44:39 +0100 |
commit | 62671ad7b2985912410a5ae5ed7de2fa3b672e69 (patch) | |
tree | 560c014db304d5fe2ca95978cbb03d18b1e7281b /lib | |
parent | 0588a5847a2f2b3786ea6033aae4c652746b0700 (diff) | |
download | samba-62671ad7b2985912410a5ae5ed7de2fa3b672e69.tar.gz samba-62671ad7b2985912410a5ae5ed7de2fa3b672e69.tar.xz samba-62671ad7b2985912410a5ae5ed7de2fa3b672e69.zip |
uwrap: Bump version to 1.1.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): Wed Jan 28 19:44:39 CET 2015 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r-- | lib/uid_wrapper/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uid_wrapper/wscript b/lib/uid_wrapper/wscript index efdcf11d98..3b3d5bff98 100644 --- a/lib/uid_wrapper/wscript +++ b/lib/uid_wrapper/wscript @@ -3,7 +3,7 @@ import Options import os -VERSION="1.0.1" +VERSION="1.1.0" def configure(conf): if conf.CHECK_BUNDLED_SYSTEM('uid_wrapper', minversion=VERSION, set_target=False): |