]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
rolling version number to latest release of 2.10
authorcyeh%bluemartini.com <>
Tue, 9 May 2000 02:46:22 +0000 (02:46 +0000)
committercyeh%bluemartini.com <>
Tue, 9 May 2000 02:46:22 +0000 (02:46 +0000)
globals.pl

index 014aec5cbc5b7e782b9719a3c576f738379823d5..a9925ade1634a262e57633bd69fe29d89810716d 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.9';
+$::param{'version'} = '2.10';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";