Sfoglia il codice sorgente

Prepare release 1.11.2

Alexandre Alapetite 7 anni fa
parent
commit
3ef7275094
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 
-## 2018-09-XX FreshRSS 1.11.2-dev
+## 2018-09-08 FreshRSS 1.11.2
 
 * 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-dev');
+define('FRESHRSS_VERSION', '1.11.2');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');