diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-04 17:05:48 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-04 17:05:48 -0700 |
commit | 9d752a2c366cf2fbfb1a5aa0b928b9586362e92f (patch) | |
tree | 4031ea9879f69441cea049eb5d11e2dd1616bc56 /Bugzilla | |
parent | 78a79955b68acf13928df15e4af0bba9d597232d (diff) | |
download | bugs-9d752a2c366cf2fbfb1a5aa0b928b9586362e92f.tar bugs-9d752a2c366cf2fbfb1a5aa0b928b9586362e92f.tar.gz bugs-9d752a2c366cf2fbfb1a5aa0b928b9586362e92f.tar.bz2 bugs-9d752a2c366cf2fbfb1a5aa0b928b9586362e92f.tar.xz bugs-9d752a2c366cf2fbfb1a5aa0b928b9586362e92f.zip |
Bump version for 4.1.3.
https://bugzilla.mozilla.org/show_bug.cgi?id=660531
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 12cbef3c4..7b93fba03 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.2+"; +use constant BUGZILLA_VERSION => "4.1.3"; # 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 |