forked from GNUsocial/gnu-social
Start tracking alpha release numbers
Some changes should be implied as larger with an incrementing alpha release number. Not all commits will increase this of course, but it will give an indication on which major reworks, features or layout changes have been made for the version being used on an instance.
This commit is contained in:
parent
38f5038cf0
commit
a70d43a685
@ -23,7 +23,7 @@ define('GNUSOCIAL_ENGINE', 'GNU social');
|
||||
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
|
||||
|
||||
define('GNUSOCIAL_BASE_VERSION', '1.1.1');
|
||||
define('GNUSOCIAL_LIFECYCLE', 'alpha'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
|
||||
define('GNUSOCIAL_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
|
||||
|
||||
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user