Selaa lähdekoodia

Wait a bit more for 1.11.2

Alexandre Alapetite 7 vuotta sitten
vanhempi
commit
1477a62b35
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 
-## 2018-09-08 FreshRSS 1.11.2
+## 2018-09-XX FreshRSS 1.11.2-dev
 
 * Features
 	* New menu to mark selected articles (view) as unread [#1966](https://github.com/FreshRSS/FreshRSS/issues/1966)

+ 1 - 1
constants.php

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