Updated version string to 2.2 (shipping)

This commit is contained in:
terry%netscape.com 1999-02-10 22:11:52 +00:00
parent 35866c7dbf
commit ba0ba1dba8

View 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:--";