aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/constants.php
diff options
context:
space:
mode:
authorMarien Fressinaud <dev@marienfressinaud.fr>2014-09-30 10:10:06 +0200
committerMarien Fressinaud <dev@marienfressinaud.fr>2014-09-30 10:10:06 +0200
commitd087f753370541b2f35f59ded7db1aaff2370e9e (patch)
tree37eb233cde653b4a3315f52cfb522afdb33cd622 /constants.php
parentc14162221365077bcaeecde7127806190490dd58 (diff)
downloadfreshrss-d087f753370541b2f35f59ded7db1aaff2370e9e.tar.gz
freshrss-d087f753370541b2f35f59ded7db1aaff2370e9e.zip
We are working on 0.10-dev...
but it could be the 1.0!
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index 4c515d121..f66a012b0 100644
--- a/constants.php
+++ b/constants.php
@@ -1,5 +1,5 @@
<?php
-define('FRESHRSS_VERSION', '0.8-dev');
+define('FRESHRSS_VERSION', '0.10-dev');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
define('FRESHRSS_WIKI', 'http://doc.freshrss.org');