Commit 93d03912 authored by Dave Miller's avatar Dave Miller

[no bug] Bump version number to 5.3.2+ to avoid confusion with 5.2 branch

parent f82dde7c
......@@ -209,7 +209,9 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
use constant BUGZILLA_VERSION => "5.1.2+";
# NOTE: 5.1.x and 5.3.x are the same lineage, due to 5.2 branching from
# 5.0.6 instead of 5.1.x
use constant BUGZILLA_VERSION => "5.3.2+";
# 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment