diff --git a/README.md b/README.md index 12d1676029..0e32d56647 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ selfoss Copyright (c) 2013 Tobias Zeising, tobias.zeising@aditu.de http://selfoss.aditu.de Licensed under the GPLv3 license -Version 2.4-SNAPSHOT +Version 2.4 INSTALLATION @@ -50,7 +50,7 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y CHANGELOG --------- -Version 2.4-SNAPSHOT +Version 2.4 * prevent error on icons parsing error * new homepage parameter (thanks a lot to Jean Baptiste Favre) * new button for open an articles source diff --git a/_docs/website/index.html b/_docs/website/index.html index e654fe3841..aaff2ba33f 100644 --- a/_docs/website/index.html +++ b/_docs/website/index.html @@ -26,7 +26,7 @@

selfoss

  • documentation
  • about
  • forum
  • -
  • download
  • +
  • download
  • @@ -35,7 +35,7 @@

    selfoss

    - download selfoss 2.3 + download selfoss 2.4 donate diff --git a/index.php b/index.php index c083e7877c..ba7f981f8b 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ $f3 = require(__DIR__.'/libs/f3/base.php'); $f3->set('DEBUG',0); -$f3->set('version','2.4-SNAPSHOT'); +$f3->set('version','2.4'); $f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/'); $f3->set('cache',__dir__.'/data/cache'); $f3->set('BASEDIR',__dir__); diff --git a/update.php b/update.php index 6427c4eb07..dc3b7efd71 100644 --- a/update.php +++ b/update.php @@ -4,7 +4,7 @@ $f3 = require(__DIR__.'/libs/f3/base.php'); $f3->set('DEBUG',0); -$f3->set('version','2.4-SNAPSHOT'); +$f3->set('version','2.4'); $f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/'); $f3->set('cache',__dir__.'/data/cache'); $f3->set('BASEDIR',__dir__);