aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-17 17:15:51 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-17 17:15:51 +0000
commitb17a3c7c75f880bc440712e2827f4e64c21e4d20 (patch)
tree474187985298fb84c3fd7f6f5c6ef65a1ae77c65 /make-version.pl
parent192af9e872cf0fda4d3e49de2dfd8eeff8d58be1 (diff)
Make sure we terminate WiresharkCurrentVersion so we won't have to
reapply r39907. svn path=/trunk/; revision=39908
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl
index 3ac8be5cde..f90ac4f06a 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -328,7 +328,7 @@ sub update_release_notes
# <!ENTITY WiresharkCurrentVersion "1.7.1">
if ($line =~ /<\!ENTITY\s+WiresharkCurrentVersion\s+/) {
- $line = sprintf("<!ENTITY WiresharkCurrentVersion \"%d.%d.%d\"\n",
+ $line = sprintf("<!ENTITY WiresharkCurrentVersion \"%d.%d.%d\">\n",
$version_pref{"version_major"},
$version_pref{"version_minor"},
$version_pref{"version_micro"},