From: preed%sigkill.com <> Date: Sun, 29 Sep 2002 06:54:50 +0000 (+0000) Subject: Bumping the rev number for the 2.16.1 release X-Git-Tag: bugzilla-2.16.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670e20aaf0bc27e43864552debf185d539b4201d;p=thirdparty%2Fbugzilla.git Bumping the rev number for the 2.16.1 release --- diff --git a/globals.pl b/globals.pl index 405f9d2bfc..15e4bceccc 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'; +$::param{'version'} = '2.16.1'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";