diff options
author | David Lawrence <dkl@mozilla.com> | 2014-07-24 19:29:05 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-07-24 19:29:05 +0200 |
commit | de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca (patch) | |
tree | a389b0f5092c1538d29a55ebd46b11b12606a905 /Bugzilla | |
parent | f0760dd1c4ce87bf7fa5f8ce70cc7c8a45041a6b (diff) | |
download | bugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.gz bugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.xz |
Bump to version 4.2.10 (corrected)
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 1 |
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. |