swrap: Update version to 1.0.2.
authorAndreas Schneider <asn@samba.org>
Thu, 8 May 2014 12:07:36 +0000 (14:07 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 9 May 2014 09:36:55 +0000 (11:36 +0200)
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

lib/socket_wrapper/wscript

index fb9481aa4a7ceba1543a394c19a94aec3b10c7ae..3615fa87c959bd5eea5177573d96e893aacabb78 100644 (file)
@@ -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):