From: justdave%bugzilla.org <> Date: Sat, 10 Jul 2004 22:17:45 +0000 (+0000) Subject: Bump version number to 2.16.6 for release X-Git-Tag: bugzilla-2.16.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72af5a610e074d0eb91537b3ffa504a3b6160fce;p=thirdparty%2Fbugzilla.git Bump version number to 2.16.6 for release --- diff --git a/globals.pl b/globals.pl index bd3b22e2b6..2f7e26434a 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.5'; +$::param{'version'} = '2.16.6'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";