From 71c561ac4f962881fedf34304ad56d3e96adc81f Mon Sep 17 00:00:00 2001 From: Tobias Zeising Date: Sat, 15 Feb 2014 16:25:28 +0100 Subject: [PATCH] new version 2.10 --- README.md | 4 ++-- _docs/website/index.html | 4 ++-- common.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b84030447..0f478aff45 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.10-SNAPSHOT +Version 2.10 INSTALLATION @@ -50,7 +50,7 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y CHANGELOG --------- -Version 2.10-SNAPSHOT +Version 2.10 * fix error 500 on icon fetching * add heise hardware-hacks (thanks a lot to robelix) * reddit2 spout: fix link to return http (thanks a lot to Bert Deferme) diff --git a/_docs/website/index.html b/_docs/website/index.html index 8584b46550..ff88d41820 100644 --- a/_docs/website/index.html +++ b/_docs/website/index.html @@ -28,7 +28,7 @@

selfoss

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

    selfoss

    - download selfoss 2.9 + download selfoss 2.10 donate diff --git a/common.php b/common.php index 6cfaab77aa..4a581696cd 100644 --- a/common.php +++ b/common.php @@ -3,7 +3,7 @@ $f3 = require(__DIR__.'/libs/f3/base.php'); $f3->set('DEBUG',0); -$f3->set('version','2.10-SNAPSHOT'); +$f3->set('version','2.10'); $f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/'); $f3->set('cache',__dir__.'/data/cache'); $f3->set('BASEDIR',__dir__);