Alexandre Alapetite пре 9 година
родитељ
комит
109f63be26
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## 2016-12-xx FreshRSS 1.6.2-dev
+## 2016-12-26 FreshRSS 1.6.2
 
 * Features
 	* Add git compatibility in Web update system [#1357](https://github.com/FreshRSS/FreshRSS/issues/1357)

+ 1 - 1
constants.php

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