From de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 24 Jul 2014 17:29:05 +0000 Subject: Bump to version 4.2.10 (corrected) --- Bugzilla/Constants.pm | 1 + docs/en/xml/Bugzilla-Guide.xml | 1 + 2 files changed, 2 insertions(+) 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. diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index b16595c93..32653c08a 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -37,6 +37,7 @@ + Bugzilla Documentation"> -- cgit v1.2.3-24-g4f1b