aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-09-10 13:48:22 -0400
committerDavid Lawrence <dkl@mozilla.com>2015-09-10 13:48:22 -0400
commit8ad34adb85624cad71bad934605abdb7c5c229de (patch)
treeea626b1e4c94724f5909871470b4b5bff265186a
parent69386c52ff846c11867783244f3c9c9109f5e1e7 (diff)
downloadbugs-8ad34adb85624cad71bad934605abdb7c5c229de.tar
bugs-8ad34adb85624cad71bad934605abdb7c5c229de.tar.gz
bugs-8ad34adb85624cad71bad934605abdb7c5c229de.tar.bz2
bugs-8ad34adb85624cad71bad934605abdb7c5c229de.tar.xz
bugs-8ad34adb85624cad71bad934605abdb7c5c229de.zip
Bumped version to 5.0.1
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 32c68ecaf..89198251d 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0+";
+use constant BUGZILLA_VERSION => "5.0.1";
# 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.