summaryrefslogtreecommitdiff
path: root/java/makedist.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/makedist.py')
-rwxr-xr-xjava/makedist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/makedist.py b/java/makedist.py
index 53b59bd4bdf..abdcac32c4b 100755
--- a/java/makedist.py
+++ b/java/makedist.py
@@ -324,7 +324,7 @@ os.chdir(cwd)
# Get Ice version.
#
config = open(os.path.join("icej", "src", "IceUtil", "Version.java"), "r")
-version = re.search("ICE_STRING_VERSION = \"([0-9\.]*)\"", config.read()).group(1)
+version = re.search("ICE_STRING_VERSION = \"([0-9\.b]*)\"", config.read()).group(1)
print "Fixing version in README and INSTALL files..."
fixVersion(find("icej", "README*"), version)