diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-08-09 08:40:17 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-08-09 04:03:49 +0200 |
commit | abd2e25ee0252cd83914b79a5490f014ec0dcaf0 (patch) | |
tree | 5cff49fc5961eb98796704f7c3714dfbe73d7869 /lib/talloc/wscript | |
parent | cf986f200804ce873b43c1ecf2d5e1bd08eb8a25 (diff) | |
download | samba-abd2e25ee0252cd83914b79a5490f014ec0dcaf0.tar.gz samba-abd2e25ee0252cd83914b79a5490f014ec0dcaf0.tar.bz2 samba-abd2e25ee0252cd83914b79a5490f014ec0dcaf0.zip |
talloc: prepare for 2.0.6 release
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Aug 9 04:03:49 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r-- | lib/talloc/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 51a06ac382..6c0019fd7e 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.0.5' +VERSION = '2.0.6' blddir = 'bin' |