From: terry%mozilla.org <> Date: Tue, 31 Aug 1999 06:02:52 +0000 (+0000) Subject: Updated version string to 2.7 (development) X-Git-Tag: bugzilla-2.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0253f8900b44c055e60fa5f1fff879d783aa0d84;p=thirdparty%2Fbugzilla.git Updated version string to 2.7 (development) --- diff --git a/globals.pl b/globals.pl index 48dde9d8b8..4f5b9a2267 100644 --- a/globals.pl +++ b/globals.pl @@ -28,7 +28,7 @@ use Date::Format; # For time2str(). # use Carp; # for confess # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.6'; +$::param{'version'} = '2.7'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";