]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
rolling version to 2.11 for development
authorcyeh%bluemartini.com <>
Tue, 9 May 2000 04:26:53 +0000 (04:26 +0000)
committercyeh%bluemartini.com <>
Tue, 9 May 2000 04:26:53 +0000 (04:26 +0000)
globals.pl

index a9925ade1634a262e57633bd69fe29d89810716d..f058f8cf4e6dc48d4c28e4ff3c961b48fe10f72d 100644 (file)
@@ -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:--";