diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-03-14 07:05:52 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-03-14 07:05:52 +0100 |
commit | 1350b8374253ebed91a48bc098990abd4046170e (patch) | |
tree | 964cd2c19776806d23b54ad876324de3a037e9a2 /Bugzilla | |
parent | 40769a8b8f7db1b542b37776e8139d0f338bfbf7 (diff) | |
download | bugzilla-1350b8374253ebed91a48bc098990abd4046170e.tar.gz bugzilla-1350b8374253ebed91a48bc098990abd4046170e.tar.xz |
Bump version number for 4.1.1.
https://bugzilla.mozilla.org/show_bug.cgi?id=638032
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 7001de0e8..f2b5dc47f 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1"; +use constant BUGZILLA_VERSION => "4.1.1"; # 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 |