diff options
| author | 2015-09-12 19:08:38 +0200 | |
|---|---|---|
| committer | 2015-09-12 19:08:38 +0200 | |
| commit | 7378b0c7237c8ba2b8bd313e584a20fc14b37477 (patch) | |
| tree | 2f0c02332fef6829dc443a7f40968b43890e8957 | |
| parent | 0204e8ff08ba9ae103c46d08484cf30aedfb9148 (diff) | |
Prepare version 1.1.4-dev
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be2813d30..273372192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2015-xx-xx FreshRSS 1.1.4-beta + + ## 2015-09-12 FreshRSS 1.1.3-beta * UI diff --git a/constants.php b/constants.php index dbc594fc3..0035c259b 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.1.3-dev'); +define('FRESHRSS_VERSION', '1.1.4-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
