summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-30 21:02:10 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-30 21:02:10 +0200
commitf3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308 (patch)
tree0267686962087e05b99afcbc50ec72049eff6fea /Bugzilla/Constants.pm
parent0c29bd76219ab35494f7cc202ffa071bc5006881 (diff)
downloadbugzilla-f3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308.tar.gz
bugzilla-f3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308.tar.xz
Bump version to 4.2.3
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 cffb895cf..b8b97411f 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.2+";
+use constant BUGZILLA_VERSION => "4.2.3";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';