diff options
| author | 2015-02-03 10:32:41 +0100 | |
|---|---|---|
| committer | 2015-02-03 10:32:41 +0100 | |
| commit | 88f94661f3e4a7007938f237f3a74753446abeae (patch) | |
| tree | 1dafab73dc62f1ad67773be09fc1c77d2b6962ce | |
| parent | e91b72b63cd11ae3c4f59e48439e93955242c673 (diff) | |
New version number for dev (1.2-dev)
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # Changelog +## 2015-xx-xx FreshRSS 1.1.1 (beta) + ## 2015-01-31 FreshRSS 1.0.0 / 1.1.0 (beta) * UI diff --git a/constants.php b/constants.php index 8136afc85..b20bf0710 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '0.10-dev'); +define('FRESHRSS_VERSION', '1.2-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'); |
