]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/NodeInfo120.php
Merge pull request #13176 from MrPetovan/bug/warnings
[friendica.git] / src / Module / NodeInfo120.php
index 3e6a69b7493005aae9fb41e334aee38dbb36d48d..a5547be3fb9f4f44aa547912f9c1478c297aa65c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -53,7 +53,7 @@ class NodeInfo120 extends BaseModule
                        'version'  => '2.0',
                        'software' => [
                                'name'    => 'friendica',
-                               'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
+                               'version' => App::VERSION . '-' . DB_UPDATE_VERSION,
                        ],
                        'protocols'         => ['dfrn', 'activitypub'],
                        'services'          => Nodeinfo::getServices(),