diff options
| author | 2014-01-18 23:48:04 +0100 | |
|---|---|---|
| committer | 2014-01-18 23:48:04 +0100 | |
| commit | d15fa1cab5880b3b87098b8065150170c422ee8f (patch) | |
| tree | 195870f34071294faa2208dad3075d4114f20827 | |
| parent | 6f117abfb6010150f95d2d0830a9715cd6f270fc (diff) | |
Préparation sortie 0.7-RC1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Il permet de gérer plusieurs utilisateurs, et dispose d’un mode de lecture an * Site officiel : http://freshrss.org * Démo : http://marienfressinaud.fr/projets/freshrss/ * Développeur : Marien Fressinaud <dev@marienfressinaud.fr> -* Version actuelle : 0.7-dev +* Version actuelle : 0.7-RC1 * Date de publication 2014-01-xx * License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html) diff --git a/constants.php b/constants.php index c1c569f7d..0faac7c5f 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '0.7-dev'); +define('FRESHRSS_VERSION', '0.7-RC1'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); // Constantes de chemins |
