Version 1.6.2

This commit is contained in:
Alexandre Alapetite
2016-12-26 16:31:55 +01:00
parent eded493796
commit 109f63be26
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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');