diff options
author | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2010-05-04 11:49:52 +0200 |
---|---|---|
committer | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2010-05-04 18:32:30 +0200 |
commit | efb1aea909fc088cc08b6d892d7dd1031fb79fdf (patch) | |
tree | 9e4b164aabfdef0391775683174f9076a44b2f71 /source4/lib/ldb/wscript | |
parent | f84aeea7399eec38f7906dedaf3652af48c3d184 (diff) | |
download | samba-efb1aea909fc088cc08b6d892d7dd1031fb79fdf.tar.gz samba-efb1aea909fc088cc08b6d892d7dd1031fb79fdf.tar.bz2 samba-efb1aea909fc088cc08b6d892d7dd1031fb79fdf.zip |
s4/waf: ABI update for lib/ldb
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 3348070b50..17f6d6bb35 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.10' +VERSION = '0.9.11' blddir = 'bin' |