Przeglądaj źródła

Start 1.7.0-dev

Alexandre Alapetite 9 lat temu
rodzic
commit
d8dd628de8
2 zmienionych plików z 5 dodań i 1 usunięć
  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');