summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-10-02 07:26:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-10-02 12:00:13 +0200
commit47f307d112a4eaec0d375ee1604c13ed7449b3c4 (patch)
tree7266344841b5fa17c6a8f133e4c5979aa9585f83 /lib/socket_wrapper
parentafe2f47c0fd17c215857e800296de795d48c004d (diff)
downloadsamba-47f307d112a4eaec0d375ee1604c13ed7449b3c4.tar.gz
swrap: Bump version to 1.1.2.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Matthieu Patou <mat@matws.net> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Oct 2 12:00:14 CEST 2014 on sn-devel-104
Diffstat (limited to 'lib/socket_wrapper')
-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 de5bedda9db..279f57793cc 100644
--- a/lib/socket_wrapper/wscript
+++ b/lib/socket_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.1.1"
+VERSION="1.1.2"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('socket_wrapper', minversion=VERSION, set_target=False):