]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.4 (shipping) bugzilla-2.4 release-2.4
authorterry%mozilla.org <>
Sat, 1 May 1999 02:42:25 +0000 (02:42 +0000)
committerterry%mozilla.org <>
Sat, 1 May 1999 02:42:25 +0000 (02:42 +0000)
globals.pl

index 26539107bbf4a264fffab20c4fc8984bc6ee2506..ddf2a1f5f9084554089cc0342614cefe080f380e 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.3';
+$::param{'version'} = '2.4';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";