]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.1 (development) bugzilla-2.1 release-2.1
authorterry%netscape.com <>
Sat, 19 Sep 1998 13:08:15 +0000 (13:08 +0000)
committerterry%netscape.com <>
Sat, 19 Sep 1998 13:08:15 +0000 (13:08 +0000)
globals.pl

index 306c633db172f014a45e8fb6f8c7f163c6c0e6dc..67e810d4dd13009b24c1dcbfc14203ddb69a6853 100644 (file)
@@ -27,7 +27,7 @@ use Mysql;
 use Date::Format;               # For time2str().
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.0';
+$::param{'version'} = '2.1';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";