diff options
| author | 2017-03-26 19:05:40 +0200 | |
|---|---|---|
| committer | 2017-03-26 19:05:40 +0200 | |
| commit | f48ce976246df829df7ef90852ee02c169e17402 (patch) | |
| tree | a058d9a117972ddebe20720680a0c34f085e1f1d | |
| parent | a513ca9030314dec0f01b3cc147ceaf0c9b14d88 (diff) | |
Start 1.7.0-dev
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7148bee98..9b25afdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2017-xx-xx FreshRSS 1.6.4-dev +## 2017-xx-xx FreshRSS 1.7.0-dev ## 2017-03-11 FreshRSS 1.6.3 diff --git a/constants.php b/constants.php index c6966fb7a..87cfb030b 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.6.4-dev'); +define('FRESHRSS_VERSION', '1.7.0-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
