Version 0.7.4

pull/621/merge 0.7.4
Marien Fressinaud 10 years ago
parent 07444280d1
commit 94ad9cf073
  1. 4
      README.fr.md
  2. 4
      README.md
  3. 2
      constants.php

@ -10,8 +10,8 @@ Il permet de gérer plusieurs utilisateurs, et dispose d’un mode de lecture an
* Site officiel : http://freshrss.org
* Démo : http://demo.freshrss.org/
* Développeur : Marien Fressinaud <dev@marienfressinaud.fr>
* Version actuelle : 0.8-dev
* Date de publication 2014-0x-xx
* Version actuelle : 0.7.4
* Date de publication 2014-08-24
* 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)

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

@ -1,5 +1,5 @@
<?php
define('FRESHRSS_VERSION', '0.7.3');
define('FRESHRSS_VERSION', '0.7.4');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
// PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level)

Loading…
Cancel
Save