summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-11-13 21:00:43 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-11-13 21:00:43 +0100
commitfbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2 (patch)
tree727255e786f815929afbf6edce452877e9683096 /Bugzilla/Constants.pm
parent3a3636a8e51513cda6979bf13c02f573d1e9737f (diff)
downloadbugzilla-fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2.tar.gz
bugzilla-fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2.tar.xz
Bump version to 4.2.4
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
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 b804372f1..2a21149b7 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.3+";
+use constant BUGZILLA_VERSION => "4.2.4";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';