summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-06-03 15:15:34 +0200
committerMichael Adam <obnox@samba.org>2014-06-05 23:57:10 +0200
commitf6023bbd67f52907c79a2ab792b461582b0e482d (patch)
tree6c3ddd1b7e2635284ae7bfc265a15809acc1cf14 /lib
parentb9d6ad85a8711a86a7955e8c7ca17f0838b61008 (diff)
downloadsamba-f6023bbd67f52907c79a2ab792b461582b0e482d.tar.gz
samba-f6023bbd67f52907c79a2ab792b461582b0e482d.tar.xz
samba-f6023bbd67f52907c79a2ab792b461582b0e482d.zip
lib: Bump socket_wrapper version to 1.1.0.
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 08b2cfa8f33..926e932b126 100644
--- a/lib/socket_wrapper/wscript
+++ b/lib/socket_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.0.2"
+VERSION="1.1.0"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('socket_wrapper', minversion=VERSION, set_target=False):