From: terry%mozilla.org <> Date: Tue, 31 Aug 1999 06:02:22 +0000 (+0000) Subject: Updated version string to 2.6 (shipping) X-Git-Tag: bugzilla-2.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26393156d03963cd8e5cc3f41aa92f683a634b4d;p=thirdparty%2Fbugzilla.git Updated version string to 2.6 (shipping) --- diff --git a/globals.pl b/globals.pl index 96ab4a0d26..48dde9d8b8 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.5'; +$::param{'version'} = '2.6'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";