summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-02-23 17:19:04 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-23 20:02:51 +0100
commit8e76e267fe105d77400b7c593499f6d175e3467a (patch)
tree784c28c4711a7380c9d436a55bc65f34cc358285 /lib
parent6ba81a483cf6ab739358eac9e107f79697a9202a (diff)
downloadsamba-8e76e267fe105d77400b7c593499f6d175e3467a.tar.gz
samba-8e76e267fe105d77400b7c593499f6d175e3467a.tar.xz
samba-8e76e267fe105d77400b7c593499f6d175e3467a.zip
swrap: Bump version to 1.1.3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/socket_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socket_wrapper/wscript b/lib/socket_wrapper/wscript
index 91d23d150b..36c6dbe557 100644
--- a/lib/socket_wrapper/wscript
+++ b/lib/socket_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.1.2"
+VERSION="1.1.3"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('socket_wrapper', minversion=VERSION, set_target=False):