diff options
| author | 2019-11-12 17:11:01 +0100 | |
|---|---|---|
| committer | 2019-11-12 17:11:01 +0100 | |
| commit | 5761020a41b42430964f75ae94a806c67961e322 (patch) | |
| tree | ac03a131e07576a6524bae420f7f30c2c390b651 | |
| parent | 874fce6656ce0a4fb144af672e8a31f1ec5f64f5 (diff) | |
Start 1.15.3-dev
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 5 insertions, 1 deletions
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. //<Not customisable> -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/'); |
