Ver Fonte

Prepare next version 1.12.1-dev

Alexandre Alapetite há 7 anos atrás
pai
commit
ec56aa9e81
2 ficheiros alterados com 5 adições e 1 exclusões
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
+## 2018-1X-XX FreshRSS 1.12.1-dev
+
+
+
 ## 2018-10-28 FreshRSS 1.12.0
 ## 2018-10-28 FreshRSS 1.12.0
 
 
 * Features
 * Features

+ 1 - 1
constants.php

@@ -2,7 +2,7 @@
 //NB: Do not edit; use ./constants.local.php instead.
 //NB: Do not edit; use ./constants.local.php instead.
 
 
 //<Not customisable>
 //<Not customisable>
-define('FRESHRSS_VERSION', '1.12.0');
+define('FRESHRSS_VERSION', '1.12.1-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');