From: cyeh%bluemartini.com <> Date: Tue, 9 May 2000 02:46:22 +0000 (+0000) Subject: rolling version number to latest release of 2.10 X-Git-Tag: bugzilla-2.12~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6067c9cdbca6676c0170f4295359dc75ad25a7;p=thirdparty%2Fbugzilla.git rolling version number to latest release of 2.10 --- diff --git a/globals.pl b/globals.pl index 014aec5cbc..a9925ade16 100644 --- a/globals.pl +++ b/globals.pl @@ -69,7 +69,7 @@ use Date::Parse; # For str2time(). use RelationSet; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.9'; +$::param{'version'} = '2.10'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";