diff options
| author | 2015-07-30 16:20:04 +0200 | |
|---|---|---|
| committer | 2015-07-30 16:20:04 +0200 | |
| commit | e5972938b5e327f9d234ea5df8d03e885274657d (patch) | |
| tree | 42014e1dbc4e0975ba8cfe7d1a016caab4080ab5 | |
| parent | 3d4a75aa3d37a239a34e1fa35def261a2c988665 (diff) | |
Prepare next version 1.1.3-beta
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f50b88060..c89b52790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2015-08-31 FreshRSS 1.1.3-beta + +Nothing for the moment. + + ## 2015-07-30 FreshRSS 1.1.2-beta * Features diff --git a/constants.php b/constants.php index d5f0cc06b..dbc594fc3 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.1.2-dev'); +define('FRESHRSS_VERSION', '1.1.3-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'); |
