From: terry%mozilla.org <> Date: Fri, 19 Nov 1999 23:57:00 +0000 (+0000) Subject: Updated version string to 2.9 (development) X-Git-Tag: bugzilla-2.9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e216d4eb54fcb827f6910d578f54d92839147a1;p=thirdparty%2Fbugzilla.git Updated version string to 2.9 (development) --- diff --git a/globals.pl b/globals.pl index fdb86a4fd3..8641534f96 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.8'; +$::param{'version'} = '2.9'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";