diff options
| author | 2013-12-23 14:58:24 +0100 | |
|---|---|---|
| committer | 2013-12-23 14:58:24 +0100 | |
| commit | 108ee3fea2f3090a612c173d00d590288e404c75 (patch) | |
| tree | 1fd32cbd048f5af766e18e3a755d7220abe26221 /constants.php | |
| parent | abfedfd108a3684720a0a63f03f26d5269cd1498 (diff) | |
| parent | dd16829c8796d8d93a9aedcb741148aba3943b87 (diff) | |
Merge remote-tracking branch 'origin/dev' into beta
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.php b/constants.php index 05d60b242..304351823 100644 --- a/constants.php +++ b/constants.php @@ -1,6 +1,6 @@ <?php -define('FRESHRSS_VERSION', '0.7-dev'); -define('FRESHRSS_WEBSITE', 'http://marienfressinaud.github.io/FreshRSS/'); +define('FRESHRSS_VERSION', '0.7-beta'); +define('FRESHRSS_WEBSITE', 'http://freshrss.org'); // Constantes de chemins define ('FRESHRSS_PATH', realpath (dirname (__FILE__))); |
