From: terry%netscape.com <> Date: Thu, 11 Feb 1999 06:12:03 +0000 (+0000) Subject: Updated version string to 2.3 (development) X-Git-Tag: bugzilla-2.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da50ab21bedc1c0f9c809804ae4165996fdcc1bf;p=thirdparty%2Fbugzilla.git Updated version string to 2.3 (development) --- diff --git a/globals.pl b/globals.pl index ac6b4b7cc0..55888d7e72 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.2'; +$::param{'version'} = '2.3'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";