summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-04-09 11:33:03 +0200
committerStefan Metzmacher <metze@samba.org>2011-04-21 17:15:16 +0200
commitab9d9cfd33f12929dc05f8e02c3d671844e078fa (patch)
treeb29d0b21ae693b2b7e9e9a96c4803531edc7583d /source4/lib/ldb/wscript
parent93d5e7a018cc4d999c2f322902fa337c6af724d1 (diff)
downloadsamba-ab9d9cfd33f12929dc05f8e02c3d671844e078fa.tar.gz
samba-ab9d9cfd33f12929dc05f8e02c3d671844e078fa.tar.bz2
samba-ab9d9cfd33f12929dc05f8e02c3d671844e078fa.zip
s4:ldb: change version to 1.1.0 after adding new functions:
ldb_ldif_parse_modrdn() ldb_req_set_custom_flags() ldb_req_get_custom_flags() Signed-off-by: Simo Sorce <idra@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 17:15:16 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/lib/ldb/wscript')
-rwxr-xr-xsource4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index df08f8753d..145d757795 100755
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.0.2'
+VERSION = '1.1.0'
blddir = 'bin'