Przeglądaj źródła

Prepare future version 1.8.1

Alexandre Alapetite 8 lat temu
rodzic
commit
1cf9816fe5
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 2017-1X-XX FreshRSS 1.8.1-dev
+
+
 ## 2017-10-01 FreshRSS 1.8.0
 
 * Compatibility:

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