Skip to content

Commit

Permalink
Change la version de 'Développement' à 'Stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbgodin committed Feb 25, 2014
1 parent 0193713 commit c02ef25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Leed (contraction de Light Feed) est un agrégateur [RSS](https://fr.wikipedia.o
Cet agrégateur peut s'installer sur votre propre serveur et fonctionne avec un système de tâches [cron](https://fr.wikipedia.org/wiki/Cron) afin de traiter les informations de manière transparente et de les afficher le plus rapidement possible lorsque vous vous y connectez.

- Application : Leed (Light Feed)
- Version : Branche de Développement
- Version : Branche Stable
- Auteur : Valentin CARRUESCO aka Idleman (idleman@idleman.fr)
- Page du projet : http://projet.idleman.fr/leed
- Licence : [CC by-nc-sa](http://creativecommons.org/licenses/by-nc-sa/2.0/fr/)
Expand Down
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

define('VERSION_NUMBER_CODE','1.6');
define('VERSION_NAME_CODE','dev');
define('VERSION_NAME_CODE','Stable');

/* ----------MAJ de la version du constant.php--------------------- */
if (is_writable('constant.php')) {
Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
if (isset($_['installButton']) && empty($test[$lib_errors])) { // Pas d'erreur, l'installation peut se faire.
$constant = "<?php
define('VERSION_NUMBER','1.6');
define('VERSION_NAME','Dev');
define('VERSION_NAME','Stable');
//Host de Mysql, le plus souvent localhost ou 127.0.0.1
define('MYSQL_HOST','{$mysqlHost}');
Expand Down

0 comments on commit c02ef25

Please sign in to comment.