From: terry%netscape.com <> Date: Sat, 19 Sep 1998 13:02:20 +0000 (+0000) Subject: Updated version string to 2.0 (shipping) X-Git-Tag: bugzilla-2.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0376da40598a1505c4e18ab661c026d2b72774cf;p=thirdparty%2Fbugzilla.git Updated version string to 2.0 (shipping) --- diff --git a/globals.pl b/globals.pl index b01d32c13c..306c633db1 100644 --- a/globals.pl +++ b/globals.pl @@ -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:--";