aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-30 16:04:49 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-30 16:04:49 +0200
commitf148e3938cc8daaaef1c71853594fbe142a1329e (patch)
tree962d4ac299e0d22f93a4966dd0989e99d60dbb56 /constants.php
parent5fbbfdea8afdb399175abf18f1dcf1b6cabc2714 (diff)
Version 1.1.2-beta1.1.2-beta
- Support of PubSubHubbub - Allow anonymous users to create accounts - Support proxy configuration - Improvements during installation More information in the CHANGELOG Fix https://github.com/FreshRSS/FreshRSS/issues/919
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 d5f0cc06b..c7cc73a5b 100644
--- a/constants.php
+++ b/constants.php
@@ -1,5 +1,5 @@
<?php
-define('FRESHRSS_VERSION', '1.1.2-dev');
+define('FRESHRSS_VERSION', '1.1.2-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');