]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.6 (shipping) bugzilla-2.6 release-2.6
authorterry%mozilla.org <>
Tue, 31 Aug 1999 06:02:22 +0000 (06:02 +0000)
committerterry%mozilla.org <>
Tue, 31 Aug 1999 06:02:22 +0000 (06:02 +0000)
globals.pl

index 96ab4a0d269388a3eb2713d613829c3a3372ac18..48dde9d8b8df5dd37801f454ff06eff9262cc31c 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.5';
+$::param{'version'} = '2.6';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";