summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 19:29:05 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 19:29:05 +0200
commitde260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca (patch)
treea389b0f5092c1538d29a55ebd46b11b12606a905 /Bugzilla/Constants.pm
parentf0760dd1c4ce87bf7fa5f8ce70cc7c8a45041a6b (diff)
downloadbugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.gz
bugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.xz
Bump to version 4.2.10 (corrected)
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 777d8ce7d..cd49bfb18 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -204,6 +204,7 @@ use Memoize;
# Bugzilla version
use constant BUGZILLA_VERSION => "4.2.10";
+
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
use constant LOCAL_FILE => 'bugzilla-update.xml'; # Relative to datadir.