]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.2 (shipping) bugzilla-2.2 release-2.2
authorterry%netscape.com <>
Thu, 11 Feb 1999 06:11:52 +0000 (06:11 +0000)
committerterry%netscape.com <>
Thu, 11 Feb 1999 06:11:52 +0000 (06:11 +0000)
globals.pl

index 417d1216c50c265db9c3f26ce9d6bd65938bb4fe..ac6b4b7cc08d7a67fe47b03c2d99192283f68894 100644 (file)
@@ -28,7 +28,7 @@ use Date::Format;               # For time2str().
 # use Carp;                       # for confess
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.1';
+$::param{'version'} = '2.2';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";