summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 20:10:14 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 20:10:14 +0200
commit7aea9b072a5a06e14a49a88f5bdf411d57385545 (patch)
treec4bcf466e174c9abc1f15b29e8940e5fabad803d
parentd68f6fcd38e52cc8264d0f7e8df40906fea60633 (diff)
parentee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (diff)
Merge branch 'FreshRSS/dev' into dev
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index 0b4694e8a..d5f0cc06b 100644
--- a/constants.php
+++ b/constants.php
@@ -1,5 +1,5 @@
<?php
-define('FRESHRSS_VERSION', '1.1.1-dev');
+define('FRESHRSS_VERSION', '1.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');