summaryrefslogtreecommitdiff
path: root/cpp/fixVersion.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-02-04 01:28:04 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-02-04 01:28:04 +0000
commitf749d44440dbf79a5b9a1a963b8ca379ee165900 (patch)
tree8aea38632d6d34b1bd517c30d9a7afd50c7c61ab /cpp/fixVersion.py
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1739 (diff)
downloadice-f749d44440dbf79a5b9a1a963b8ca379ee165900.tar.bz2
ice-f749d44440dbf79a5b9a1a963b8ca379ee165900.tar.xz
ice-f749d44440dbf79a5b9a1a963b8ca379ee165900.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1747
Diffstat (limited to 'cpp/fixVersion.py')
-rwxr-xr-xcpp/fixVersion.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/fixVersion.py b/cpp/fixVersion.py
index 3e5577ad118..46cf0f9b1ce 100755
--- a/cpp/fixVersion.py
+++ b/cpp/fixVersion.py
@@ -330,6 +330,9 @@ if not patchIceE:
fileMatchAndReplace(os.path.join(icepy_home, "config", "Make.rules.mak"),
[("VERSION[\t\s]*= " + vpatMatch, version),
("SOVERSION[\t\s]*= ([0-9]+b?)", soVersion(version))])
+ fileMatchAndReplace(os.path.join(icepy_home, "demo", "IceStorm", "clock", "config.icebox"),
+ [("IceStormService,([0-9]+b?)", soVersion(version))])
+
#
# Fix version in IceRuby