]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updated version string to 2.8 (shipping) bugzilla-2.8 release-2.8
authorterry%mozilla.org <>
Fri, 19 Nov 1999 23:56:28 +0000 (23:56 +0000)
committerterry%mozilla.org <>
Fri, 19 Nov 1999 23:56:28 +0000 (23:56 +0000)
globals.pl

index c6f0ac6fc2ff1d88f89e3e19b29d045beb158f13..fdb86a4fd34525225cbd442f5d5329a7ec631715 100644 (file)
@@ -52,7 +52,7 @@ use Date::Format;               # For time2str().
 # use Carp;                       # for confess
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.7';
+$::param{'version'} = '2.8';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";