]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Bump beta number to 4
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 29 Jan 2016 23:04:18 +0000 (00:04 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 29 Jan 2016 23:04:18 +0000 (00:04 +0100)
We have better webfinger @mention@capability.example at least and
OpportunisticQM is somewhat refined.

lib/framework.php

index 732fecd30decbd35db02a4328aced12f5832079e..620730370f4c8d75a64a6ba71aea338cbe1e9f82 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', 'beta3'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
+define('GNUSOCIAL_LIFECYCLE', 'beta4'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
 
 define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);