aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-16 20:03:20 +0000
committerDavid Lawrence <dkl@mozilla.com>2016-05-16 20:03:20 +0000
commit40d86a554f5da8f5ede4b3982460be7a95fd1379 (patch)
treecba61fe5e6c08739d9f49ae7c1412563ddbb0667 /Bugzilla
parent797fe81e3cc1280ca609aed8bc230fa2338a7560 (diff)
downloadbugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar
bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.gz
bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.bz2
bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.xz
bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.zip
Bumped version post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 8b2eeac24..479212686 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.3";
+use constant BUGZILLA_VERSION => "5.0.3+";
# A base link to the current REST Documentation. We place it here
# as it will need to be updated to whatever the current release is.