X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FNodeInfo210.php;h=f12ce52cb712e3a94993ca92829267f8fb5f4759;hb=9da21bf68097633e292302bac523894e3398948d;hp=723736a6185ad015f4703b5eec51d1360680cdce;hpb=b5c293762ea5ea83be9afea8f59aae6f6a0ca357;p=friendica.git diff --git a/src/Module/NodeInfo210.php b/src/Module/NodeInfo210.php index 723736a618..f12ce52cb7 100644 --- a/src/Module/NodeInfo210.php +++ b/src/Module/NodeInfo210.php @@ -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'],