From 19f48ce98e2e0f6cfef779dc7cfccabba3125a0e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 12 Sep 2018 16:07:37 +0200 Subject: Towards version 1.11.3 --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.php') diff --git a/constants.php b/constants.php index 2bd64708f..ddce51c53 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.11.2'); +define('FRESHRSS_VERSION', '1.11.3-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3 From 4234dfe0d72b61fe931d2c76a1d8a335ce65a209 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 Oct 2018 09:22:05 +0100 Subject: Release FreshRSS 1.12.0 https://github.com/FreshRSS/FreshRSS/pull/2049 https://github.com/FreshRSS/FreshRSS/milestones/1.12.0 --- CHANGELOG.md | 2 +- constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'constants.php') diff --git a/CHANGELOG.md b/CHANGELOG.md index da640fe37..5f9923d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2018-10-XX FreshRSS 1.11.3-dev +## 2018-10-28 FreshRSS 1.12.0 * Features * Ability to add *labels* (custom tags) to articles [#928](https://github.com/FreshRSS/FreshRSS/issues/928) diff --git a/constants.php b/constants.php index ddce51c53..2740dc63d 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.11.3-dev'); +define('FRESHRSS_VERSION', '1.12.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3