summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-02-22 16:46:48 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-02-22 16:46:48 +0100
commit4237f6477c752bd0dc935d51b9cdddc170199001 (patch)
tree7f3220b74cd8666af26949d8496047f7e5441341 /Bugzilla/Constants.pm
parent24bcaa17bc2323bfc180cd9bf5c14fb70ea10abb (diff)
downloadbugzilla-4237f6477c752bd0dc935d51b9cdddc170199001.tar.gz
bugzilla-4237f6477c752bd0dc935d51b9cdddc170199001.tar.xz
Bumped version number 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 85575e220..4f31a4e73 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+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';