From: terry%mozilla.org <> Date: Fri, 19 Nov 1999 23:56:28 +0000 (+0000) Subject: Updated version string to 2.8 (shipping) X-Git-Tag: bugzilla-2.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632f59fb4f6b25b218cedeccde1feddf4f117893;p=thirdparty%2Fbugzilla.git Updated version string to 2.8 (shipping) --- diff --git a/globals.pl b/globals.pl index c6f0ac6fc2..fdb86a4fd3 100644 --- a/globals.pl +++ b/globals.pl @@ -52,7 +52,7 @@ use Date::Format; # For time2str(). # use Carp; # for confess # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.7'; +$::param{'version'} = '2.8'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";