summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-02-20 02:16:57 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-02-20 02:16:57 +0100
commitc0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb (patch)
tree1b9007485b7d09b931f40326522d5f17cde7db09 /Bugzilla/Constants.pm
parent7ffee28eac073acb132f6f5fe8ba322c823af308 (diff)
downloadbugzilla-c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb.tar.gz
bugzilla-c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb.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 9761c125a..9219db69e 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.5";
+use constant BUGZILLA_VERSION => "4.2.5+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';