From: terry%mozilla.org <> Date: Sat, 1 May 1999 02:42:25 +0000 (+0000) Subject: Updated version string to 2.4 (shipping) X-Git-Tag: bugzilla-2.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a663bbe429ba563997a74b8876912a5ecee9739d;p=thirdparty%2Fbugzilla.git Updated version string to 2.4 (shipping) --- diff --git a/globals.pl b/globals.pl index 26539107bb..ddf2a1f5f9 100644 --- a/globals.pl +++ b/globals.pl @@ -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:--";