Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Change version to 2.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy committed Dec 20, 2017
1 parent 21b84b3 commit 5af8214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# -- on upgrade, overwrite existing ? backup ?

# Define centreon version
version="2.8.7"
version="2.8.17"

# Debug
#set -x
Expand Down
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.16');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.17');

--
-- Contenu de la table `contact`
Expand Down
2 changes: 2 additions & 0 deletions www/install/sql/centreon/Update-DB-2.8.16_to_2.8.17.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.17' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.16' LIMIT 1;

0 comments on commit 5af8214

Please sign in to comment.