summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/wscript
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-02-20 15:23:27 +0300
committerMatthieu Patou <mat@matws.net>2011-02-21 10:55:59 +0300
commitb1595f40c506bb180758b5ee60122de5e29e0ccd (patch)
treef2db757c55607ce75e7c46bd8657e850a232470d /source4/lib/ldb/wscript
parent82fa772fa2dd6209d822ce0769364809233b9db7 (diff)
downloadsamba-b1595f40c506bb180758b5ee60122de5e29e0ccd.tar.gz
ldb: controls marshalling/unmarshalling improvement
Add a function to marshall a control to a string Refactor the code of ldb_control_parse_strings to allow to extract the core code into ldb_control_parse_from_string so that this function can be called for just 1 string
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 69d87251790..a0b92d57d60 100755
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.0.1'
+VERSION = '1.0.2'
blddir = 'bin'