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
6a9461af
Commit
6a9461af
authored
Apr 15, 2015
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version post-release
parent
4f6fb99c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Constants.pm
Bugzilla/Constants.pm
+2
-2
No files found.
Bugzilla/Constants.pm
View file @
6a9461af
...
...
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
use
constant
BUGZILLA_VERSION
=>
"5.0rc3"
;
use
constant
BUGZILLA_VERSION
=>
"5.0rc3
+
"
;
# 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.
...
...
@@ -213,7 +213,7 @@ use constant LOCAL_FILE => 'bugzilla-update.xml'; # Relative to datadir.
# When true CSS and JavaScript assets will be concatanted and minified at
# run-time, to reduce the number of requests required to render a page.
# Setting this to a false value can help debugging.
use
constant
CONCATENATE_ASSETS
=>
1
;
use
constant
CONCATENATE_ASSETS
=>
0
;
# These are unique values that are unlikely to match a string or a number,
# to be used in criteria for match() functions and other things. They start
...
...
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