diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-02-02 17:06:55 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-02-02 17:06:55 +0000 |
| commit | cd69677390d7f9fbbbc8ab35009ce378a3c62abb (patch) | |
| tree | 9448170084166c59b250d407e9339533cc273c16 /setup.py | |
| parent | 9aefbb6cced5e071a628dd46f6fffc3afdf84305 (diff) | |
| download | gentoolkit-cd69677390d7f9fbbbc8ab35009ce378a3c62abb.tar.gz | |
Merge genscripts revision 191
svn path=/trunk/gentoolkit/; revision=737
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ class set_version(core.Command): def run(self): ver = 'svn' if __version__ == '9999' else __version__ + print "Setting version to %s" % ver def sub(files, pattern): for f in files: updated_file = [] |
