Alexandre Alapetite преди 7 години
родител
ревизия
3ef7275094
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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/');