From: Max Kanat-Alexander Date: Tue, 2 Feb 2010 01:21:04 +0000 (-0800) Subject: Set version number to 3.7 on trunk after branching. X-Git-Tag: bugzilla-3.7.1~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ca02ea108a6c1d4c1ec735d3907782c2000586;p=thirdparty%2Fbugzilla.git Set version number to 3.7 on trunk after branching. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 20926fab05..94d9f8bed4 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -178,7 +178,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.5.3+"; +use constant BUGZILLA_VERSION => "3.7"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start