diff options
| author | 2016-08-31 15:56:07 +0200 | |
|---|---|---|
| committer | 2016-08-31 15:56:07 +0200 | |
| commit | 57705c679b56b0f9eb5c343fd24f15fc80926b5b (patch) | |
| tree | a4ba846ad9b2454d2ccea4b1ff1c36a4187991e6 | |
| parent | aea7cd78367ef867cdac7082ac1e9f61c4de7e19 (diff) | |
Start 1.6.0-dev
| -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 e8a06eac0..1002873d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2016-XX-XX FreshRSS 1.6.0-dev + + ## 2016-08-29 FreshRSS 1.5.0 * Compatibility diff --git a/constants.php b/constants.php index 80a22c8f0..2a8486ad1 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.5.0'); +define('FRESHRSS_VERSION', '1.6.0-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
