]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
bump to 1.2.0-beta1 as we have remote delete functionality now
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 10:39:23 +0000 (12:39 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 10:39:23 +0000 (12:39 +0200)
lib/framework.php

index 954e29597fd0c244f298da2acd6be583806a0857..57c775d4c33e773f0b6c160cb3bd4c745bfbad29 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.2.0');
-define('GNUSOCIAL_LIFECYCLE', 'alpha2'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
+define('GNUSOCIAL_LIFECYCLE', 'beta1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
 
 define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);