]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Start tracking alpha release numbers
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 6 Jun 2014 09:48:10 +0000 (11:48 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 6 Jun 2014 09:48:48 +0000 (11:48 +0200)
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.

lib/framework.php

index bf383e085f2d52430f8dcc1fc4e567e1cc358179..ace934e62e8f60c7b269d40c8532ba1b8c6056e2 100644 (file)
@@ -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);