diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-04 14:07:43 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-04 14:07:43 +0000 |
commit | 4cf181ee998586b13d5569d68eec6c0dbd806f17 (patch) | |
tree | 2b73bde2eca937a94a1ba0f70535ab393fd37621 /cpp/iceemakedist.py | |
parent | Modified to refer to translators (diff) | |
download | ice-4cf181ee998586b13d5569d68eec6c0dbd806f17.tar.bz2 ice-4cf181ee998586b13d5569d68eec6c0dbd806f17.tar.xz ice-4cf181ee998586b13d5569d68eec6c0dbd806f17.zip |
Enabled the fixversion call
Diffstat (limited to 'cpp/iceemakedist.py')
-rwxr-xr-x | cpp/iceemakedist.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/iceemakedist.py b/cpp/iceemakedist.py index 0bcbdc81717..e493ee8e40d 100755 --- a/cpp/iceemakedist.py +++ b/cpp/iceemakedist.py @@ -411,9 +411,9 @@ for makeFileName in [os.path.join("ice", "src", "IceUtil", "Makefile"), \ config = open(os.path.join("icee", "include", "IceE", "Config.h"), "r") version = re.search("ICEE_STRING_VERSION \"([0-9\.]*)\"", config.read()).group(1) -#print "Fixing version in README and INSTALL files..." -#fixVersion(find("ice", "README*"), version) -#fixVersion(find("ice", "INSTALL*"), version) +print "Fixing version in README and INSTALL files..." +fixVersion(find("ice", "README*"), version) +fixVersion(find("ice", "INSTALL*"), version) # # Create archives. |