aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-08-31 15:56:07 +0200
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-08-31 15:56:07 +0200
commit57705c679b56b0f9eb5c343fd24f15fc80926b5b (patch)
treea4ba846ad9b2454d2ccea4b1ff1c36a4187991e6
parentaea7cd78367ef867cdac7082ac1e9f61c4de7e19 (diff)
Start 1.6.0-dev
-rw-r--r--CHANGELOG.md3
-rw-r--r--constants.php2
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');