From: terry%netscape.com <> Date: Sat, 19 Sep 1998 11:52:13 +0000 (+0000) Subject: Updated version string to 1.3 (development) X-Git-Tag: bugzilla-1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5e28fc83761abab515c767604d6ea2758fccb9;p=thirdparty%2Fbugzilla.git Updated version string to 1.3 (development) --- diff --git a/globals.pl b/globals.pl index 110015c01c..b01d32c13c 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.1'; +$::param{'version'} = '1.2'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";