[DOCUMENTATION] Minor corrections

Add two missing contributors
Bumped patch due to changed introduced with 0583a6a904
This commit is contained in:
Diogo Cordeiro
2019-06-12 00:39:50 +01:00
parent 74ad4038ac
commit 2740ff8c4c
5 changed files with 123 additions and 95 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.0');
define('GNUSOCIAL_BASE_VERSION', '1.20.1');
define('GNUSOCIAL_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);