Merge branch 'master' into dev

This commit is contained in:
2025-12-19 09:56:18 +03:00
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.6+git.g2d65383";
const std::string GIT_SEMVER = "0.1.6+git.gece7c84";
const std::string version_string();
} // namespace clrsync::core

View File

@@ -1,4 +1,4 @@
#ifdef __WIN32
#ifdef _WIN32
#include "core/config/config.hpp"
#include "gui/platform/font_loader.hpp"
#include "imgui_internal.h"