From c7c08be2c19a52365077cdb97d7d75737de14c10 Mon Sep 17 00:00:00 2001 From: Tobias Zeising Date: Sun, 2 Aug 2015 10:29:38 +0200 Subject: [PATCH] version 2.14 --- README.md | 2 +- _docs/website/index.html | 4 ++-- common.php | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0da7fa1d50..2164f1e1b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ selfoss Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de http://selfoss.aditu.de Licensed under the GPLv3 license -Version 2.14-SNAPSHOT +Version 2.14 INSTALLATION diff --git a/_docs/website/index.html b/_docs/website/index.html index a0a7886b32..dbba0c76e7 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.13 + download selfoss 2.14 donate diff --git a/common.php b/common.php index 45d1a35e9e..d56e316cb7 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.14-SNAPSHOT'); +$f3->set('version','2.14'); $f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/;libs/fulltextrss/content-extractor/;libs/fulltextrss/readability/'); $f3->set('cache',__dir__.'/data/cache'); $f3->set('BASEDIR',__dir__); diff --git a/package.json b/package.json index d0502074f3..68b349f1fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "selfoss", "description": "selfoss", - "ver": "2.14-SNAPSHOT", + "ver": "2.14", "repository": { "type": "git", "url": "https://github.com/SSilence/selfoss.git"