Files
clrsync/src/core/common/version.hpp
2026-01-12 10:50:51 +03:00

15 lines
268 B
C++

#ifndef CLRSYNC_CORE_VERSION_HPP
#define CLRSYNC_CORE_VERSION_HPP
#include <string>
namespace clrsync::core
{
const std::string GIT_SEMVER = "1.0.1+git.ge256dca";
const std::string version_string();
} // namespace clrsync::core
#endif // CLRSYNC_CORE_VERSION_HPP