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

index ddf2a1f5f9084554089cc0342614cefe080f380e..be0a888571edb9184e96c8c47e31c10e1db73d11 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.4';
+$::param{'version'} = '2.5';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";