summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-04-23 07:15:48 +0200
committerByron Jones <glob@mozilla.com>2014-04-23 07:18:27 +0200
commit81deb32db9cb7f4ba46402e896fa3ef5497f25e1 (patch)
treea62939823a3173eadf48f11b04aa4056cd19cf95 /Bugzilla/Constants.pm
parentf05505e38e4d212dbf85c46a95b364f8852b54da (diff)
parent39412f01810dceff5ff92e6ffab03fb35ad71e7b (diff)
downloadbugzilla-81deb32db9cb7f4ba46402e896fa3ef5497f25e1.tar.gz
bugzilla-81deb32db9cb7f4ba46402e896fa3ef5497f25e1.tar.xz
merged with bugzilla/4.2
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 b8d1a2260..c2fd52a46 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -212,7 +212,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.8+";
+use constant BUGZILLA_VERSION => "4.2.9+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';