tdb: change version to 1.3.0 after using the jankins hash for non-persistent tdbs
[metze/samba/wip.git] / lib / tdb / wscript
index a7afa98750ab0d19a8f5f6e3b98e44ff91417d80..b2b606fcad9f214ec82d94c057498f3220f260be 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tdb'
-VERSION = '1.2.2'
+VERSION = '1.3.0'
 
 blddir = 'bin'
 
@@ -63,7 +63,7 @@ def build(bld):
     if not bld.CONFIG_SET('USING_SYSTEM_TDB'):
         bld.SAMBA_LIBRARY('tdb',
                           COMMON_SRC,
-                          deps='replace rt',
+                          deps='replace',
                           includes='include',
                           abi_file='ABI/tdb-%s.sigs' % VERSION,
                           abi_match='tdb_*',