summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:10:35 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:10:35 +0200
commit5e4ff90ad1ae7b128de3355600e573daced863f2 (patch)
tree6e830f996c3d64b4c7c349b4f589b1cf0fa22fef /Bugzilla/Constants.pm
parent7355bd53bc4b20e248550e5467142a79e9512fbc (diff)
downloadbugzilla-5e4ff90ad1ae7b128de3355600e573daced863f2.tar.gz
bugzilla-5e4ff90ad1ae7b128de3355600e573daced863f2.tar.xz
Bump version post-release
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 534c74d2f..ecc45bf68 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.7";
+use constant BUGZILLA_VERSION => "4.2.7+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';