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

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