summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-10-01 18:37:09 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-10-01 18:37:09 +0200
commit1cf9816fe5b0c6aa6436c368ab69e43665d67f21 (patch)
tree2541fd2e28a8905b2ce147782059af125e5382d9
parentf241fc1841df89285ecb6f124f0d70198d712b2f (diff)
Prepare future version 1.8.1
-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 9dbdbe960..6c364a5af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 2017-1X-XX FreshRSS 1.8.1-dev
+
+
## 2017-10-01 FreshRSS 1.8.0
* Compatibility:
diff --git a/constants.php b/constants.php
index be70188e0..195c7e073 100644
--- a/constants.php
+++ b/constants.php
@@ -1,5 +1,5 @@
<?php
-define('FRESHRSS_VERSION', '1.8.0');
+define('FRESHRSS_VERSION', '1.8.1-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');