summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-07-27 00:46:12 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-27 00:46:12 +0200
commitf6d6091eadb373ed11ed67ddf30821698c2cec9f (patch)
tree3de8c6db8af8d6ecbdfde0c66210c5b44ba03b1f /Bugzilla/Constants.pm
parent6201c814ae7a9e8655276478698f99b517219589 (diff)
downloadbugzilla-f6d6091eadb373ed11ed67ddf30821698c2cec9f.tar.gz
bugzilla-f6d6091eadb373ed11ed67ddf30821698c2cec9f.tar.xz
Bumped 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 8d1f80af3..cffb895cf 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.2+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';