summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-02-19 18:42:30 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-02-19 18:42:30 +0100
commit77d6ce216e882b1a96f2a8dd11c7b6cff962176d (patch)
tree66275dfc3375a998040b407cb7a75e9a045779a4 /Bugzilla/Constants.pm
parentf8aa20925c5b7cc83fa1936a23ed970efba80984 (diff)
downloadbugzilla-77d6ce216e882b1a96f2a8dd11c7b6cff962176d.tar.gz
bugzilla-77d6ce216e882b1a96f2a8dd11c7b6cff962176d.tar.xz
Bump version to 4.2.5
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 8056706b1..9761c125a 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.4+";
+use constant BUGZILLA_VERSION => "4.2.5";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';