From: justdave%syndicomm.com <> Date: Mon, 3 Nov 2003 11:53:15 +0000 (+0000) Subject: Bumping version number to 2.16.4 for release X-Git-Tag: bugzilla-2.16.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b564af82605ace7825a1b8376452b43f273745c;p=thirdparty%2Fbugzilla.git Bumping version number to 2.16.4 for release --- diff --git a/globals.pl b/globals.pl index fc31ecd858..ca20265e3b 100644 --- a/globals.pl +++ b/globals.pl @@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE'; $::SIG{PIPE} = 'IGNORE'; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.16.3'; +$::param{'version'} = '2.16.4'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";