diff options
| author | 2017-02-23 22:02:32 +0100 | |
|---|---|---|
| committer | 2017-02-23 22:02:32 +0100 | |
| commit | f304cfe24eca6028a1fee519f9b8be0713cd72d4 (patch) | |
| tree | fb822de8cde6c12b5b5baa1a87519a83f0e1f1e4 | |
| parent | e150921c2387d6b6d3c659b316d7644e3c8c1610 (diff) | |
Prepare for intermediate version 1.6.3
https://github.com/FreshRSS/FreshRSS/milestone/22
| -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 c9031c397..adbd0885b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2017-xx-xx FreshRSS 1.7.0-dev +## 2017-03-xx FreshRSS 1.6.3-dev * Features * Share with Ⓚnown [#1420](https://github.com/FreshRSS/FreshRSS/pull/1420) diff --git a/constants.php b/constants.php index 87cfb030b..184c9bbcb 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.7.0-dev'); +define('FRESHRSS_VERSION', '1.6.3-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
