diff options
| author | 2018-09-12 16:07:37 +0200 | |
|---|---|---|
| committer | 2018-09-12 16:07:37 +0200 | |
| commit | 19f48ce98e2e0f6cfef779dc7cfccabba3125a0e (patch) | |
| tree | fbf06cac6facec72bf1b39b4295520663964da2a | |
| parent | 1802c1e9ae7d3d55a0e37e1cc2e7c0acc25f70ba (diff) | |
Towards version 1.11.3
| -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 171943c2c..f10bae833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # FreshRSS changelog +## 2018-XX-XX FreshRSS 1.11.3 + + + ## 2018-09-09 FreshRSS 1.11.2 * Features 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. //<Not customisable> -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/'); |
