build: fix msvc builds

This commit is contained in:
2025-12-18 11:51:28 +03:00
parent 1a1747a472
commit 613c2c80f5
4 changed files with 13 additions and 6 deletions

View File

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