Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit be439f0

Browse files
author
Matthieu Kermagoret
committed
chore(build): update to version 1.6.1.
1 parent af0b102 commit be439f0

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '1.6'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.6.0'
64+
release = '1.6.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

doc/fr/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '1.6'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.6.0'
64+
release = '1.6.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
$upgrade_conf['centreon-poller-display']["rname"] = "Centreon Poller Display Central";
4+
$upgrade_conf['centreon-poller-display']["release_from"] = "1.6.0";
5+
$upgrade_conf['centreon-poller-display']["release_to"] = "1.6.1";
6+
$upgrade_conf['centreon-poller-display']["is_removeable"] = "1";
7+
$upgrade_conf['centreon-poller-display']["author"] = "Centreon";
8+
$upgrade_conf['centreon-poller-display']["lang_files"] = "0";
9+
$upgrade_conf['centreon-poller-display']["sql_files"] = "0";
10+
$upgrade_conf['centreon-poller-display']["php_files"] = "0";

www/modules/centreon-poller-display-central/conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Be carefull with name, it's case sensitive (with directory module name).
44
$module_conf['centreon-poller-display-central']["rname"] = "Centreon Poller Display Central";
55
$module_conf['centreon-poller-display-central']["name"] = "centreon-poller-display-central";
6-
$module_conf['centreon-poller-display-central']["mod_release"] = "1.6.0";
6+
$module_conf['centreon-poller-display-central']["mod_release"] = "1.6.1";
77
$module_conf['centreon-poller-display-central']["infos"] = "centreon-poller-display-central";
88
$module_conf['centreon-poller-display-central']["is_removeable"] = "1";
99
$module_conf['centreon-poller-display-central']["author"] = "Centreon";
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
$upgrade_conf['centreon-poller-display']["rname"] = "Centreon Poller Display";
4+
$upgrade_conf['centreon-poller-display']["release_from"] = "1.6.0";
5+
$upgrade_conf['centreon-poller-display']["release_to"] = "1.6.1";
6+
$upgrade_conf['centreon-poller-display']["is_removeable"] = "1";
7+
$upgrade_conf['centreon-poller-display']["author"] = "Centreon";
8+
$upgrade_conf['centreon-poller-display']["lang_files"] = "0";
9+
$upgrade_conf['centreon-poller-display']["sql_files"] = "0";
10+
$upgrade_conf['centreon-poller-display']["php_files"] = "0";

www/modules/centreon-poller-display/conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Be carefull with name, it's case sensitive (with directory module name).
44
$module_conf['centreon-poller-display']["rname"] = "Centreon Poller Display";
55
$module_conf['centreon-poller-display']["name"] = "centreon-poller-display";
6-
$module_conf['centreon-poller-display']["mod_release"] = "1.6.0";
6+
$module_conf['centreon-poller-display']["mod_release"] = "1.6.1";
77
$module_conf['centreon-poller-display']["infos"] = "centreon-poller-display";
88
$module_conf['centreon-poller-display']["is_removeable"] = "1";
99
$module_conf['centreon-poller-display']["author"] = "Centreon";

0 commit comments

Comments
 (0)