summaryrefslogtreecommitdiff
path: root/cppe/makedist.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
commit708d97e4bd4acf9d7c1bad093d0c3847282b09c2 (patch)
treef6d6de12f2b778f67d52906c8978578bb278b4e6 /cppe/makedist.py
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=439 (diff)
downloadice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.bz2
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.xz
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.zip
ICEE_ -> ICE_
Diffstat (limited to 'cppe/makedist.py')
-rwxr-xr-xcppe/makedist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/makedist.py b/cppe/makedist.py
index 627443aab79..11ae0ce05c1 100755
--- a/cppe/makedist.py
+++ b/cppe/makedist.py
@@ -252,7 +252,7 @@ fixMakeRules(os.path.join("icee", "config", "Make.rules"))
# Get Ice-E version.
#
config = open(os.path.join("icee", "include", "IceE", "Config.h"), "r")
-version = re.search("ICEE_STRING_VERSION \"([0-9\.]*)\"", config.read()).group(1)
+version = re.search("ICE_STRING_VERSION \"([0-9\.]*)\"", config.read()).group(1)
print "Fixing version in README and INSTALL files..."
fixVersion(find("icee", "README*"), version)