summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-02-01 00:51:03 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-02-01 00:51:03 +0100
commit8190b97973f647c8f7b16d9f5e2f0b2092cab49c (patch)
treec58ae131bc98795ae70133e33fbc3635c6fb67f9 /Bugzilla/Constants.pm
parentdc2a5d920b4bd24949ba224ef2d75af5b2bd14ea (diff)
downloadbugzilla-8190b97973f647c8f7b16d9f5e2f0b2092cab49c.tar.gz
bugzilla-8190b97973f647c8f7b16d9f5e2f0b2092cab49c.tar.xz
Bump the 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 84e96fd6a..f5c3a393b 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2rc2";
+use constant BUGZILLA_VERSION => "4.2rc2+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';