From 8d6c73e567dcc476f6fc1b5a6706fa1688d740b3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 22:34:21 +0000 Subject: More ethereal -> wireshark. svn path=/trunk/; revision=18292 --- make-version.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-version.pl') diff --git a/make-version.pl b/make-version.pl index 58cb5df4bc..8a9ce17d12 100755 --- a/make-version.pl +++ b/make-version.pl @@ -126,8 +126,8 @@ sub update_configure_in open(CFGIN, "< configure.in") || die "Can't read configure.in!"; while ($line = ) { - if ($line =~ /^AM_INIT_AUTOMAKE\(ethereal, (\d+)\.(\d+).(\d+)/) { - $line = "AM_INIT_AUTOMAKE\(ethereal, $1.$2.$3$package_string)\n"; + if ($line =~ /^AM_INIT_AUTOMAKE\(wireshark, (\d+)\.(\d+).(\d+)/) { + $line = "AM_INIT_AUTOMAKE\(wireshark, $1.$2.$3$package_string)\n"; } $contents .= $line } -- cgit v1.2.3