summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-05-08 14:07:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-05-09 11:36:55 +0200
commit98750aae96ac0fbec767aafc5e274a06d1391fa4 (patch)
treecb6cbe103d68961483db3301b86b5794a960ff5b /lib/socket_wrapper
parenta05728df56c3bc8e07ac3e8b59309adc0e4fa33c (diff)
downloadsamba-98750aae96ac0fbec767aafc5e274a06d1391fa4.tar.gz
samba-98750aae96ac0fbec767aafc5e274a06d1391fa4.tar.xz
samba-98750aae96ac0fbec767aafc5e274a06d1391fa4.zip
swrap: Update version to 1.0.2.
This makes sure we require version 1.0.2 of the system library. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 9 11:36:55 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 fb9481aa4a7..3615fa87c95 100644
--- a/lib/socket_wrapper/wscript
+++ b/lib/socket_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.0.0"
+VERSION="1.0.2"
def configure(conf):
if conf.CHECK_BUNDLED_SYSTEM('socket_wrapper', minversion=VERSION, set_target=False):