]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/NodeInfo210.php
Adhere feedback
[friendica.git] / src / Module / NodeInfo210.php
index 723736a6185ad015f4703b5eec51d1360680cdce..98f114fb344977f21a51d450508d2b32b4533e87 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
  *
@@ -55,7 +55,7 @@ class NodeInfo210 extends BaseModule
                                'baseUrl'  => $this->baseUrl->get(),
                                'name'     => $this->config->get('config', 'sitename'),
                                'software' => 'friendica',
-                               'version'  => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
+                               'version'  => App::VERSION . '-' . DB_UPDATE_VERSION,
                        ],
                        'organization'      => Nodeinfo::getOrganization($this->config),
                        'protocols'         => ['dfrn', 'activitypub'],