summaryrefslogtreecommitdiffstats
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-01-19 17:17:13 +0100
committerStefan Metzmacher <metze@samba.org>2015-01-24 17:49:05 +0100
commitc7af8ae9d2aa19db2533e69b8a4d7c1b6f8e2d9f (patch)
tree1d91d0e4c81874860b43e054ba274f1d35df1e2b /lib/ldb/wscript
parentd1b515535da46591d3a646a848c7427b6ff951a7 (diff)
downloadsamba-c7af8ae9d2aa19db2533e69b8a4d7c1b6f8e2d9f.tar.gz
samba-c7af8ae9d2aa19db2533e69b8a4d7c1b6f8e2d9f.tar.xz
samba-c7af8ae9d2aa19db2533e69b8a4d7c1b6f8e2d9f.zip
ldb: version 1.1.20
- Bug 9810 - validate_ldb of String(Generalized-Time) does not accept millisecond format ".000Z" Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 4d44a0a4c6..6391e74a01 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.1.19'
+VERSION = '1.1.20'
blddir = 'bin'