[CORE] Fix subscriptions and subscribers list (related to 44653d339d)

This commit is contained in:
Diogo Cordeiro
2019-06-24 14:01:37 +01:00
parent 44653d339d
commit 83a05724b8
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die();
define('GNUSOCIAL_ENGINE', 'GNU social');
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
define('GNUSOCIAL_BASE_VERSION', '1.20.3');
define('GNUSOCIAL_BASE_VERSION', '1.20.4');
define('GNUSOCIAL_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);