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

index fdb86a4fd34525225cbd442f5d5329a7ec631715..8641534f966dc9e967bcc0c7e931f5092fc7ff1c 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.8';
+$::param{'version'} = '2.9';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";