diff options
| author | 2016-07-23 17:37:32 +0200 | |
|---|---|---|
| committer | 2016-07-23 17:37:32 +0200 | |
| commit | f63386703daad6b36162da90cc5011aa3afa349f (patch) | |
| tree | 575c80580009c718edbf22ebc10d7c6a20ec2e92 | |
| parent | 92d4ad32c9eb165dee6dc6d4b8cf510428dde9ec (diff) | |
Prepare next dev version
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0eb4589..4d68e068a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## XXXX-XX-XX FreshRSS 1.5.0 + +Nothing yet. + + ## 2016-07-23 FreshRSS 1.4.0 ## 2016-06-12 FreshRSS 1.3.2-beta diff --git a/constants.php b/constants.php index 44e68c13c..8a6ce8a66 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.4.0'); +define('FRESHRSS_VERSION', '1.5.0-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
