diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-21 18:56:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-21 19:43:04 +0100 |
commit | c754fad5712cc7c1912f27eb5595c12cf65e55c6 (patch) | |
tree | 8be089ff2583bc2479d250c756888814b3d4c085 /lib | |
parent | 51e7244269e9c14a920f91a485cda6c785b2fc85 (diff) | |
download | samba-c754fad5712cc7c1912f27eb5595c12cf65e55c6.tar.gz samba-c754fad5712cc7c1912f27eb5595c12cf65e55c6.tar.bz2 samba-c754fad5712cc7c1912f27eb5595c12cf65e55c6.zip |
tdb: Bump version number after symbol versioning changes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index f00d119c9b..37b9b5b8e0 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tdb' -VERSION = '1.2.7' +VERSION = '1.2.8' blddir = 'bin' |