浏览代码

Start 1.7.0-dev

Alexandre Alapetite 9 年之前
父节点
当前提交
d8dd628de8
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 2017-xx-xx FreshRSS 1.7.0-dev
+
+
+
 ## 2016-12-26 FreshRSS 1.6.2
 
 * Features

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
-define('FRESHRSS_VERSION', '1.6.2');
+define('FRESHRSS_VERSION', '1.7.0-dev');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');