Skip to content

Commit 71c561a

Browse files
committed
new version 2.10
1 parent a11b03b commit 71c561a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ selfoss
44
Copyright (c) 2013 Tobias Zeising, [email protected]
55
http://selfoss.aditu.de
66
Licensed under the GPLv3 license
7-
Version 2.10-SNAPSHOT
7+
Version 2.10
88

99

1010
INSTALLATION
@@ -50,7 +50,7 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y
5050
CHANGELOG
5151
---------
5252

53-
Version 2.10-SNAPSHOT
53+
Version 2.10
5454
* fix error 500 on icon fetching
5555
* add heise hardware-hacks (thanks a lot to robelix)
5656
* reddit2 spout: fix link to return http (thanks a lot to Bert Deferme)

_docs/website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
2828
<li class="documentation">documentation</li>
2929
<li class="about">about</li>
3030
<li class="forum"><a href="/forum">forum</a></li>
31-
<li class="download"><a href="selfoss-2.9.zip">download</a></li>
31+
<li class="download"><a href="selfoss-2.10.zip">download</a></li>
3232
</ul>
3333

3434
<a id="header-fork" href="https://github.com/SSilence/selfoss"></a>
@@ -37,7 +37,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
3737

3838
<!--<div id="header-just-updated"></div>-->
3939

40-
<a id="header-download" href="selfoss-2.9.zip"><span>download selfoss 2.9</span></a>
40+
<a id="header-download" href="selfoss-2.10.zip"><span>download selfoss 2.10</span></a>
4141

4242
<a id="header-donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LR67F3T9DMSC8"><span>donate</span></a>
4343

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$f3 = require(__DIR__.'/libs/f3/base.php');
44

55
$f3->set('DEBUG',0);
6-
$f3->set('version','2.10-SNAPSHOT');
6+
$f3->set('version','2.10');
77
$f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/');
88
$f3->set('cache',__dir__.'/data/cache');
99
$f3->set('BASEDIR',__dir__);

0 commit comments

Comments
 (0)