summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-04-18 20:02:35 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-04-18 20:02:35 +0200
commit07c6bfa4cea83c8284b04add26729f552c93bafc (patch)
tree53b79a537922cb91433f91657f276b2a8841e386 /Bugzilla/Constants.pm
parentaf3e4c43b0ad6267669d2e987d6ae3acdde70253 (diff)
downloadbugzilla-07c6bfa4cea83c8284b04add26729f552c93bafc.tar.gz
bugzilla-07c6bfa4cea83c8284b04add26729f552c93bafc.tar.xz
Bump version to 4.2.1
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 4f31a4e73..d4f18a604 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2+";
+use constant BUGZILLA_VERSION => "4.2.1";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';