From: terry%netscape.com <> Date: Sat, 19 Sep 1998 13:08:15 +0000 (+0000) Subject: Updated version string to 2.1 (development) X-Git-Tag: bugzilla-2.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de262ff67dfcf37d051bb71a8660d895b10704c;p=thirdparty%2Fbugzilla.git Updated version string to 2.1 (development) --- diff --git a/globals.pl b/globals.pl index 306c633db1..67e810d4dd 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'} = '2.0'; +$::param{'version'} = '2.1'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";