From: cyeh%bluemartini.com <> Date: Tue, 9 May 2000 04:26:53 +0000 (+0000) Subject: rolling version to 2.11 for development X-Git-Tag: bugzilla-2.12~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0b3b810fce8bf012f086ea4b3702a00c6ac7e5;p=thirdparty%2Fbugzilla.git rolling version to 2.11 for development --- diff --git a/globals.pl b/globals.pl index a9925ade16..f058f8cf4e 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.10'; +$::param{'version'} = '2.11'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";