mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-01 21:23:06 -04:00
Version 0.9.4
This commit is contained in:
@@ -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.9.3
|
||||
* Date de publication : 2014-12-12
|
||||
* Version actuelle : 0.9.4
|
||||
* Date de publication : 2015-01-15
|
||||
* 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: 0.9.3
|
||||
* Publication date: 2014-12-12
|
||||
* Current version: 0.9.4
|
||||
* Publication date: 2015-01-15
|
||||
* License [GNU AGPL 3](http://www.gnu.org/licenses/agpl-3.0.html)
|
||||
|
||||

|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('FRESHRSS_VERSION', '0.9.3');
|
||||
define('FRESHRSS_VERSION', '0.9.4');
|
||||
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
|
||||
define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
|
||||
define('FRESHRSS_WIKI', 'http://doc.freshrss.org');
|
||||
|
||||
Reference in New Issue
Block a user