diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-03 03:07:03 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-03 03:40:21 +0100 |
commit | ceb1e176aa7c067e31ad596a11f67ae94a992876 (patch) | |
tree | 437e42bf896b7b4459d92c6049e670dcc52a3516 | |
parent | 2b0ff09982bcf961b830dc44e5a658e1cf31bfc1 (diff) | |
download | samba-ceb1e176aa7c067e31ad596a11f67ae94a992876.tar.gz samba-ceb1e176aa7c067e31ad596a11f67ae94a992876.tar.bz2 samba-ceb1e176aa7c067e31ad596a11f67ae94a992876.zip |
talloc: Bump version number after pytalloc changes.
-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 264c34567a..9d7fcc2e4c 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.0.3' +VERSION = '2.0.4' blddir = 'bin' |