aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-version.pl b/make-version.pl
index c392116596..b6e54265cf 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -512,8 +512,8 @@ sub update_release_notes
while ($line = <ADOC_CONF>) {
# wireshark-version:\[\]=1.9.1
- if ($line =~ /^wireshark-version:\\\[\\\]=.*([\r\n]+)$/) {
- $line = sprintf("wireshark-version:\\\[\\\]=%d.%d.%d$1",
+ if ($line =~ /^wireshark-version=.*([\r\n]+)$/) {
+ $line = sprintf("wireshark-version=%d.%d.%d$1",
$version_pref{"version_major"},
$version_pref{"version_minor"},
$version_pref{"version_micro"},