소스 검색

Start 1.7.0-dev

Alexandre Alapetite 9 년 전
부모
커밋
6fe45f1541
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 2016-xx-xx FreshRSS 1.7.0-dev
+
+
+
 ## 2016-11-02 FreshRSS 1.6.1
 
 * Bug fixing

+ 1 - 1
constants.php

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