Make sure we terminate WiresharkCurrentVersion so we won't have to
authorGerald Combs <gerald@wireshark.org>
Thu, 17 Nov 2011 17:15:51 +0000 (17:15 -0000)
committerGerald Combs <gerald@wireshark.org>
Thu, 17 Nov 2011 17:15:51 +0000 (17:15 -0000)
reapply r39907.

svn path=/trunk/; revision=39908

make-version.pl

index 3ac8be5cde47b4dc7939b92ed78ca66650d5e119..f90ac4f06a760e37b066ee56d2423e83ec8532af 100755 (executable)
@@ -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"},