summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-10-06 17:21:27 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-06 17:21:27 +0200
commit3e1e67bed36bbe454c654f1e0a16ce73e724a5e0 (patch)
treeb933f1c5a451ab6a21763dffa9be27f1155abee9 /Bugzilla/Constants.pm
parent0ec036b02e033a63deacd9a7ca8af7c77394c45f (diff)
downloadbugzilla-3e1e67bed36bbe454c654f1e0a16ce73e724a5e0.tar.gz
bugzilla-3e1e67bed36bbe454c654f1e0a16ce73e724a5e0.tar.xz
Bump version to 4.2.11
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 fd110dc3a..862c18917 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.10+";
+use constant BUGZILLA_VERSION => "4.2.11";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';