From 8b9f3a514f8e1793b6a96b7c6c25ca366a086958 Mon Sep 17 00:00:00 2001
From: Matthieu Kermagoret <mkermagoret@centreon.com>
Date: Tue, 12 Sep 2017 09:27:18 +0200
Subject: [PATCH] chore(install): update version to 2.8.13 in install scripts.

---
 doc/en/conf.py                 | 2 +-
 doc/fr/conf.py                 | 2 +-
 www/install/insertBaseConf.sql | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/en/conf.py b/doc/en/conf.py
index f368e1672c..f6d9849122 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 426c692d5d..e107a52f98 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 8f28d5a8d5..a7d904a700 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`
-- 
GitLab