Ver código fonte

Version 0.9.1

Marien Fressinaud 11 anos atrás
pai
commit
cff8636e77
3 arquivos alterados com 5 adições e 5 exclusões
  1. 2 2
      README.fr.md
  2. 2 2
      README.md
  3. 1 1
      constants.php

+ 2 - 2
README.fr.md

@@ -10,8 +10,8 @@ Il permet de gérer plusieurs utilisateurs, et dispose d’un mode de lecture an
 * Site officiel : http://freshrss.org
 * Site officiel : http://freshrss.org
 * Démo : http://demo.freshrss.org/
 * Démo : http://demo.freshrss.org/
 * Développeur : Marien Fressinaud <dev@marienfressinaud.fr>
 * Développeur : Marien Fressinaud <dev@marienfressinaud.fr>
-* Version actuelle : x.y.z
-* Date de publication : YYYY-MM-DD
+* Version actuelle : 0.9.1
+* Date de publication : 2014-10-09
 * License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)
 * License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)
 
 
 ![Logo de FreshRSS](http://marienfressinaud.fr/data/images/freshrss/freshrss_title.png)
 ![Logo de FreshRSS](http://marienfressinaud.fr/data/images/freshrss/freshrss_title.png)

+ 2 - 2
README.md

@@ -10,8 +10,8 @@ It is a multi-user application with an anonymous reading mode.
 * Official website: http://freshrss.org
 * Official website: http://freshrss.org
 * Demo: http://demo.freshrss.org/
 * Demo: http://demo.freshrss.org/
 * Developer: Marien Fressinaud <dev@marienfressinaud.fr>
 * Developer: Marien Fressinaud <dev@marienfressinaud.fr>
-* Current version: x.y.z
-* Publication date: YYYY-MM-DD
+* Current version: 0.9.1
+* Publication date: 2014-10-09
 * License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)
 * License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)
 
 
 ![FreshRSS logo](http://marienfressinaud.fr/data/images/freshrss/freshrss_title.png)
 ![FreshRSS logo](http://marienfressinaud.fr/data/images/freshrss/freshrss_title.png)

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
 <?php
-define('FRESHRSS_VERSION', '0.9.0');
+define('FRESHRSS_VERSION', '0.9.1');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
 define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');