diff options
| author | 2017-03-11 10:44:22 +0100 | |
|---|---|---|
| committer | 2017-03-11 10:44:22 +0100 | |
| commit | a513ca9030314dec0f01b3cc147ceaf0c9b14d88 (patch) | |
| tree | 5ea470f0d4b0a2fe49e97789cd1054d97d94982c | |
| parent | b34c318f02574b13560731035fd5a4f750aa1e9b (diff) | |
Prepare 1.6.4-dev
Or maybe 1.7.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 caed250ca..7148bee98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2017-xx-xx FreshRSS 1.6.4-dev + + ## 2017-03-11 FreshRSS 1.6.3 * Features diff --git a/constants.php b/constants.php index 7dd2238bf..c6966fb7a 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.6.3'); +define('FRESHRSS_VERSION', '1.6.4-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
