]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 1.3 (development) bugzilla-1.3 release-1.3
authorterry%netscape.com <>
Sat, 19 Sep 1998 11:52:13 +0000 (11:52 +0000)
committerterry%netscape.com <>
Sat, 19 Sep 1998 11:52:13 +0000 (11:52 +0000)
globals.pl

index 110015c01cef2bd90de3cad926532082732aa172..b01d32c13c260f6f04c0d9322f79396b04060a76 100644 (file)
@@ -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:--";