summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-16 22:36:32 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-16 22:36:32 +0200
commit7355bd53bc4b20e248550e5467142a79e9512fbc (patch)
tree4d5f98fd7c1393b10e7a5455f9019176d770e57b /Bugzilla/Constants.pm
parent3b9eb2e03904a12cf38268b2527742e5ede7f305 (diff)
downloadbugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.gz
bugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.xz
Bump version to 4.2.7
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 d93e0793d..534c74d2f 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.6+";
+use constant BUGZILLA_VERSION => "4.2.7";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';