Préparation 0.7-beta2

pull/340/head
Alexandre Alapetite 11 years ago
parent 87bfa195a6
commit 2e9a5cfb69
  1. 4
      README.md
  2. 2
      constants.php

@ -2,10 +2,10 @@
FreshRSS est un agrégateur de flux RSS à auto-héberger à l’image de [Leed](http://projet.idleman.fr/leed/) ou de [Kriss Feed](http://tontof.net/kriss/feed/).
Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.
* Site officiel : http://marienfressinaud.github.io/FreshRSS/
* Site officiel : http://freshrss.org
* Démo : http://marienfressinaud.fr/projets/freshrss/
* Développeur : Marien Fressinaud <dev@marienfressinaud.fr>
* Version actuelle : 0.7-beta
* Version actuelle : 0.7-beta2
* Date de publication 2014-01-xx
* License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)

@ -1,5 +1,5 @@
<?php
define('FRESHRSS_VERSION', '0.7-beta');
define('FRESHRSS_VERSION', '0.7-beta2');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
// Constantes de chemins

Loading…
Cancel
Save