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 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Constants.pm') 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. -- cgit v1.2.3-24-g4f1b