summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-05 23:50:30 +0200
committerMichael Adam <obnox@samba.org>2014-06-05 23:57:10 +0200
commitfae59b494bd223fe11ba91a2ca62fc0f4fc396ff (patch)
treeaf9e2f8587f683f146f519ff5ceab92c51512eae /lib/socket_wrapper
parent064592d9cb6349e625b881cfcfab37b19d141ebe (diff)
downloadsamba-fae59b494bd223fe11ba91a2ca62fc0f4fc396ff.tar.gz
lib: Bump socket_wrapper version to 1.1.1.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
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 926e932b126..6542b812f9a 100644
--- a/lib/socket_wrapper/wscript
+++ b/lib/socket_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.1.0"
+VERSION="1.1.1"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('socket_wrapper', minversion=VERSION, set_target=False):