diff --git a/doc/en/conf.py b/doc/en/conf.py index f368e1672c58a6a523d1fd6d6e228faff58c6867..f6d9849122128425c618625593e0a3c45ca874b6 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -61,7 +61,7 @@ copyright = u'2015-2017 Centreon' # The short X.Y version. version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.8.7' +release = '2.8.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/fr/conf.py b/doc/fr/conf.py index 426c692d5deea5355a3a3da8901f7255287bcb67..e107a52f983faee8c7b20bacffcb44adf0a4b9a8 100644 --- a/doc/fr/conf.py +++ b/doc/fr/conf.py @@ -61,7 +61,7 @@ copyright = u'2015-2017 Centreon' # The short X.Y version. version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.8.7' +release = '2.8.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 8f28d5a8d50b36d5fadd3debe57efb2123230b1c..a7d904a700594676f194959aa1c2486d3ceda41d 100644 --- a/www/install/insertBaseConf.sql +++ b/www/install/insertBaseConf.sql @@ -2,7 +2,7 @@ -- Insert version -- -INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.12'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.13'); -- -- Contenu de la table `contact`