diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-02-15 09:14:49 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-02-15 09:14:49 -0800 |
commit | 25915baa509e35ca67ccb0ceef261c7eef5f7a01 (patch) | |
tree | aed3a7a767746edee1408a2af8249af07ffc3040 /Bugzilla | |
parent | Bug 634243: Stop confirm-match.html.tmpl from sending extra, empty values for (diff) | |
download | bugzilla-4.0.tar.gz bugzilla-4.0.tar.bz2 bugzilla-4.0.zip |
Bump version number for 4.0.release-4.0bugzilla-4.0
https://bugzilla.mozilla.org/show_bug.cgi?id=633902
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 342201801..011d02b0a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -197,7 +197,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.0rc2+"; +use constant BUGZILLA_VERSION => "4.0"; # 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 |