Migrate to Borealis (#2266)

This commit is contained in:
Luke Street
2026-08-05 07:54:31 -06:00
committed by GitHub
parent 4604304305
commit 13b3b68fe5
94 changed files with 654 additions and 14091 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include <algorithm>
#include <vector>
#include <version.h>
#include <borealis/version.h>
namespace dusk::mods::svc {
namespace {
@@ -135,7 +135,7 @@ void host_mod_detached(LoadedMod& mod) {
constinit HostService s_hostService{
.header = SERVICE_HEADER(HostService, HOST_SERVICE_MAJOR, HOST_SERVICE_MINOR),
.version = DUSK_VERSION_STRING,
.version = BOREALIS_APP_VERSION,
.build_id = nullptr,
.build_id_len = 0,
.get_service = host_get_service,