瀏覽代碼

Start 1.6.0-dev

Alexandre Alapetite 9 年之前
父節點
當前提交
57705c679b
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 2016-XX-XX FreshRSS 1.6.0-dev
+
+
 ## 2016-08-29 FreshRSS 1.5.0
 
 * Compatibility

+ 1 - 1
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');