From 5761020a41b42430964f75ae94a806c67961e322 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 12 Nov 2019 17:11:01 +0100 Subject: Start 1.15.3-dev --- CHANGELOG.md | 4 ++++ constants.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 382e8b098..7da1b8f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # FreshRSS changelog +## 20XX-XX-XX FreshRSS 1.15.3-dev + + + ## 2019-11-12 FreshRSS 1.15.2 * Bug fixing (regressions from 1.15.x) diff --git a/constants.php b/constants.php index e8cabb157..ea9ce3b88 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.15.2'); +define('FRESHRSS_VERSION', '1.15.3-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3