summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-04-18 18:31:49 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-04-18 18:31:49 +0200
commitf8e099a25492dfa670fa86dff9842b6794da3387 (patch)
tree167aa6addf74a87054b4bb8fbb54b2f3681ac808 /Bugzilla/Constants.pm
parentb1eaa2612816407dc0ead9106bf3272c777084d5 (diff)
parentb909fa7d401cc1606f2e9c65a5f3e3ee4199e523 (diff)
downloadbugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.tar.gz
bugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.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 b7038505a..b8d1a2260 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -212,7 +212,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.7+";
+use constant BUGZILLA_VERSION => "4.2.8+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';