aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:30:49 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:30:49 +0200
commit6fe26d9fba106213bbb0fa7d551d688f2747ffb8 (patch)
tree39c2206e126e29b3e3e33b3c8d976427d0ef54f1 /constants.php
parent384a146883548ba0274f8cbee0c2e67dc053f70e (diff)
parent38f6dbdd1915b8b496a58b5214efee1822496d8c (diff)
Merge pull request #863 from FreshRSS/beta
Sync beta into dev
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
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');