summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-04-19 00:29:24 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-04-19 00:29:24 +0200
commit171ea61c9929ce12b5bf7988ed1c87183dbb1538 (patch)
treef84d204fb0500a399aee3a867c7192f1d1686f58 /Bugzilla/Constants.pm
parent07c6bfa4cea83c8284b04add26729f552c93bafc (diff)
downloadbugzilla-171ea61c9929ce12b5bf7988ed1c87183dbb1538.tar.gz
bugzilla-171ea61c9929ce12b5bf7988ed1c87183dbb1538.tar.xz
Bumping the 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 d4f18a604..01d555b7a 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.1";
+use constant BUGZILLA_VERSION => "4.2.1+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';