summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-12-26 16:31:55 +0100
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-12-26 16:31:55 +0100
commit109f63be2620cf108efdfebd43f491e2720c824a (patch)
tree67028e45792c575c25c92616633f64cc7a4a13eb
parenteded4937966340130834308a298123f9c7fa7508 (diff)
Version 1.6.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--constants.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d13912ae1..da73c285e 100644
--- a/CHANGELOG.md
+++ b/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)
diff --git a/constants.php b/constants.php
index 2d934ec7c..cb00839e2 100644
--- a/constants.php
+++ b/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');