diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-02 19:19:12 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:23 +1000 |
commit | f01f74b2beb43c9e44a0cf256d1f5d2ba4a8e1d1 (patch) | |
tree | 5fcd0cac18b78c9d48ce525d6ec48e61ef9cb495 | |
parent | 93a099c2de1939f86a8d2f56ec19c18db0b98a3a (diff) | |
download | samba-f01f74b2beb43c9e44a0cf256d1f5d2ba4a8e1d1.tar.gz samba-f01f74b2beb43c9e44a0cf256d1f5d2ba4a8e1d1.tar.bz2 samba-f01f74b2beb43c9e44a0cf256d1f5d2ba4a8e1d1.zip |
talloc-waf: match version number with main build
-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 3526d5a730..d5b547f3a2 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = '2.0.1' +VERSION = '2.0.2' srcdir = '../..' blddir = 'bin' |