#ifndef CLRSYNC_CORE_VERSION_HPP #define CLRSYNC_CORE_VERSION_HPP #include namespace clrsync::core { const std::string GIT_SEMVER = "@SEMVER@"; const std::string version_string(); } // namespace clrsync::core #endif // CLRSYNC_CORE_VERSION_HPP