summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-03 21:20:55 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-11-03 21:20:55 +0100
commit243612ffd5bc1a16763348a2b1ea3a37a0852876 (patch)
tree0ffef830021179bab30c463a93622df206c818fb /Bugzilla/Constants.pm
parent908480c98aa48a9d1caf09ee00f3cfe0863afec2 (diff)
downloadbugzilla-243612ffd5bc1a16763348a2b1ea3a37a0852876.tar.gz
bugzilla-243612ffd5bc1a16763348a2b1ea3a37a0852876.tar.xz
Bump the version number to 5.1 on trunk
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 a770e7eb7..414cd2fed 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -208,7 +208,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.6+";
+use constant BUGZILLA_VERSION => "5.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.