Browse Source

Prepare version 1.10.0

Alexandre Alapetite 8 years ago
parent
commit
294f9336ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 
-## 2018-02-XX FreshRSS 1.9.1-dev
+## 2018-02-24 FreshRSS 1.10.0
 
 * API
 	* Add compatibility with FeedMe 3.5.3+ on Android [#1774](https://github.com/FreshRSS/FreshRSS/pull/1774)

+ 1 - 1
constants.php

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