aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-22 18:40:49 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-22 18:40:49 +0100
commit03208771f7d38771f7b9c965b79877d97cce311a (patch)
tree4cf0beb2dd5f52ca8f204057e644c700816eb50b
parent996b49f1d8fba327f24b5859f3bacb85edb79da9 (diff)
Start 1.15.4-dev
-rw-r--r--CHANGELOG.md4
-rw-r--r--constants.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52659a5dd..4e35cd3d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# FreshRSS changelog
+## 20XX-XX-XX FreshRSS 1.15.4-dev
+
+
+
## 2019-11-22 FreshRSS 1.15.3
* Bug fixing (regressions from 1.15.x)
diff --git a/constants.php b/constants.php
index d4e9d1fa3..b6500f078 100644
--- a/constants.php
+++ b/constants.php
@@ -2,7 +2,7 @@
//NB: Do not edit; use ./constants.local.php instead.
//<Not customisable>
-define('FRESHRSS_VERSION', '1.15.3');
+define('FRESHRSS_VERSION', '1.15.4-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');