]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Added description
[friendica.git] / boot.php
index a185a6b5094dc5dd66ff6ffccdf732e5e57e38b9..473b006407fbe8988bd50db1df6e2a3c60f20975 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,7 +31,7 @@ use Friendica\Model\Contact;
 
 define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Siberian Iris');
-define('FRIENDICA_VERSION',      '2021.12-rc');
+define('FRIENDICA_VERSION',      '2022.05-dev');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_TABLE_STRUCTURE_VERSION', 1288);