diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-02 02:21:04 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-02 02:21:04 +0100 |
commit | 52ca02ea108a6c1d4c1ec735d3907782c2000586 (patch) | |
tree | 93a48e8ce40acd5f29c5dc75d42989a19e11e894 /Bugzilla | |
parent | dec46c31056996458be8eff8bd7cb56b3466e3b3 (diff) | |
download | bugzilla-52ca02ea108a6c1d4c1ec735d3907782c2000586.tar.gz bugzilla-52ca02ea108a6c1d4c1ec735d3907782c2000586.tar.xz |
Set version number to 3.7 on trunk after branching.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 20926fab0..94d9f8bed 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 |