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

index 48dde9d8b8df5dd37801f454ff06eff9262cc31c..4f5b9a2267e15024bbb590d5a571831938276d55 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.6';
+$::param{'version'} = '2.7';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";