From: Mikael Nordfeldth Date: Fri, 6 Jun 2014 09:48:10 +0000 (+0200) Subject: Start tracking alpha release numbers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=a70d43a685d72e2bad64efd02bdcc928b921d356;p=quix0rs-gnu-social.git 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. --- diff --git a/lib/framework.php b/lib/framework.php index bf383e085f..ace934e62e 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -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);