diff options
| author | 2017-06-08 19:35:18 +0200 | |
|---|---|---|
| committer | 2017-06-08 19:35:18 +0200 | |
| commit | cd0d5ce32ede7311da6f4aead7bc2fe2a983bf4b (patch) | |
| tree | df9199479da54fb6203fafbc11ddaf214d60c4ff | |
| parent | c2ed05c069a0e96beea6ab53d9537c84febdda71 (diff) | |
Prepare next version
Will be 1.7.1 or 1.8
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 620bccc92..21459f32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2017-XX-XX FreshRSS 1.7.1-dev + + ## 2017-06-03 FreshRSS 1.7.0 * Features: * Deferred insertion of new articles, for better chronological order [#530](https://github.com/FreshRSS/FreshRSS/issues/530) diff --git a/constants.php b/constants.php index ef60baea0..6819e8d2d 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.7.0'); +define('FRESHRSS_VERSION', '1.7.1-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
