summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-16 18:43:56 +0000
committerDavid Lawrence <dkl@mozilla.com>2016-05-16 18:43:56 +0000
commit797fe81e3cc1280ca609aed8bc230fa2338a7560 (patch)
treef70479aca22013b4714c5adf6883b1e1ee9e39d9 /Bugzilla/Constants.pm
parentBug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency grap... (diff)
downloadbugzilla-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar.gz
bugzilla-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar.bz2
bugzilla-797fe81e3cc1280ca609aed8bc230fa2338a7560.zip
Bumped version to 5.0.3release-5.0.3
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 015a25572..8b2eeac24 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.2+";
+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.