]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.3 (development) bugzilla-2.3 release-2.3
authorterry%netscape.com <>
Thu, 11 Feb 1999 06:12:03 +0000 (06:12 +0000)
committerterry%netscape.com <>
Thu, 11 Feb 1999 06:12:03 +0000 (06:12 +0000)
globals.pl

index ac6b4b7cc08d7a67fe47b03c2d99192283f68894..55888d7e72ccc57811a6e72f22e37c3bf346f64a 100644 (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.2';
+$::param{'version'} = '2.3';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";