summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-03-11 10:29:14 +0100
committerGravatar GitHub <noreply@github.com> 2017-03-11 10:29:14 +0100
commitb34c318f02574b13560731035fd5a4f750aa1e9b (patch)
tree59d2d5a8e34fcb279a53a2b44fde1e36c888672d
parenta78ebd09654d8b126929b9a2b793b8ec740b0dc5 (diff)
parent0c5cc388465f853a3ae4a94b50f358ea8f667a52 (diff)
Merge pull request #1454 from Alkarex/release-1.6.3
Prepare release 1.6.3
-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 a17692574..caed250ca 100644
--- a/CHANGELOG.md
+++ b/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)
diff --git a/constants.php b/constants.php
index 184c9bbcb..7dd2238bf 100644
--- a/constants.php
+++ b/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');