Browse Source

Prepare release 1.6.3

https://github.com/FreshRSS/FreshRSS/milestone/22
Alexandre Alapetite 9 years ago
parent
commit
0c5cc38846
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 @@
 # Changelog
 
-## 2017-03-xx FreshRSS 1.6.3-dev
+## 2017-03-11 FreshRSS 1.6.3
 
 * Features
 	* New option `disable_update` (also from CLI) to hide the system to update to new FreshRSS versions [#1436](https://github.com/FreshRSS/FreshRSS/pull/1436)

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
-define('FRESHRSS_VERSION', '1.6.3-dev');
+define('FRESHRSS_VERSION', '1.6.3');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');