Updated version string to 2.7 (development)

This commit is contained in:
terry%mozilla.org 1999-08-30 23:02:52 +00:00
parent cf146c48b7
commit f8133fbea7

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.6';
$::param{'version'} = '2.7';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";