diff options
| author | 2015-06-01 19:30:49 +0200 | |
|---|---|---|
| committer | 2015-06-01 19:30:49 +0200 | |
| commit | 6fe26d9fba106213bbb0fa7d551d688f2747ffb8 (patch) | |
| tree | 39c2206e126e29b3e3e33b3c8d976427d0ef54f1 /constants.php | |
| parent | 384a146883548ba0274f8cbee0c2e67dc053f70e (diff) | |
| parent | 38f6dbdd1915b8b496a58b5214efee1822496d8c (diff) | |
Merge pull request #863 from FreshRSS/beta
Sync beta into dev
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index dacd9dcdd..d49d2f065 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.1.1-dev'); +define('FRESHRSS_VERSION', '1.1.1-beta'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
