Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon
Commits
c78eadb3
Commit
c78eadb3
authored
Mar 11, 2022
by
tuntoja
Committed by
Thomas Untoja
Mar 17, 2022
Browse files
chore(install): update version to 21.10.5 (#10854)
* chore(install): update version to 21.10.5 * Remove last line
parent
b875a1c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/install/insertBaseConf.sql
View file @
c78eadb3
...
...
@@ -2,7 +2,7 @@
-- Insert version
--
INSERT
INTO
`informations`
(
`key`
,
`value`
)
VALUES
(
'version'
,
'21.10.
4
'
);
INSERT
INTO
`informations`
(
`key`
,
`value`
)
VALUES
(
'version'
,
'21.10.
5
'
);
--
-- Contenu de la table `contact`
...
...
www/install/php/Update-21.10.5.php
0 → 100644
View file @
c78eadb3
<?php
/*
* Copyright 2005 - 2022 Centreon (https://www.centreon.com/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* For more information : contact@centreon.com
*
*/
Write
Preview
Supports
Markdown
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