diff options
| -rw-r--r-- | README.fr.md | 4 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | constants.php | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/README.fr.md b/README.fr.md index 050f49ec6..a90737ceb 100644 --- a/README.fr.md +++ b/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 * Démo : http://demo.freshrss.org/ * 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)  @@ -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: 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)  diff --git a/constants.php b/constants.php index 5bbb1a6a8..615e31abf 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '0.9.0'); +define('FRESHRSS_VERSION', '0.9.1'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
