Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
93d03912
Commit
93d03912
authored
Sep 09, 2023
by
Dave Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[no bug] Bump version number to 5.3.2+ to avoid confusion with 5.2 branch
parent
f82dde7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Constants.pm
Bugzilla/Constants.pm
+3
-1
No files found.
Bugzilla/Constants.pm
View file @
93d03912
...
@@ -209,7 +209,9 @@ use File::Basename;
...
@@ -209,7 +209,9 @@ use File::Basename;
# CONSTANTS
# CONSTANTS
#
#
# Bugzilla version
# 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
# 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.
# as it will need to be updated to whatever the current release is.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment