diff options
| author | 2015-05-30 19:37:26 +0200 | |
|---|---|---|
| committer | 2015-05-30 19:37:26 +0200 | |
| commit | 6e6746e090bfa11d1bdc1b39a0ecc144b8a5e9ff (patch) | |
| tree | 4a11cea7af180d5ad9ae5223f16d65f206a3580b | |
| parent | 06a99f2ffb5febb7834bd5ef900857fb4f4dafe9 (diff) | |
Version 1.1.1-dev
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index d32fdfa9b..dacd9dcdd 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.2-dev'); +define('FRESHRSS_VERSION', '1.1.1-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'); |
