summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:13:39 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:13:39 +0200
commit538dc3dd55d3d033f4d32706827b469e6a33c963 (patch)
treed2f2743cdfbc4993b47fa2952dc9ccbde84eb28c /Bugzilla/Constants.pm
parent40c2be3f0aa508dffb45f2d6707aa90f558503c1 (diff)
downloadbugzilla-538dc3dd55d3d033f4d32706827b469e6a33c963.tar.gz
bugzilla-538dc3dd55d3d033f4d32706827b469e6a33c963.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 306fb677d..9fa0c6818 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -190,7 +190,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.1";
+use constant BUGZILLA_VERSION => "4.5.1+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';