aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-29 19:46:41 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-29 19:46:41 +0200
commitd552703f67da5568a5e826bc453f572e03d081cd (patch)
tree52970d6f15c37deb13bb7556d2f80f9830e83e04
parent07d2015127e934c8e548687a61aa5e0522293758 (diff)
Release version 1.5.0
-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 93d3dcd3b..e8a06eac0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 2016-08-XX FreshRSS 1.5.0-dev
+## 2016-08-29 FreshRSS 1.5.0
* Compatibility
* Require at least MySQL 5.5.3+ [#1153](https://github.com/FreshRSS/FreshRSS/issues/1153)
diff --git a/constants.php b/constants.php
index 8a6ce8a66..80a22c8f0 100644
--- a/constants.php
+++ b/constants.php
@@ -1,5 +1,5 @@
<?php
-define('FRESHRSS_VERSION', '1.5.0-dev');
+define('FRESHRSS_VERSION', '1.5.0');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
define('FRESHRSS_WIKI', 'http://doc.freshrss.org');