#ifndef CORE_VERSION_HH #define CORE_VERSION_HH 1 #pragma once namespace version { extern const unsigned long major; extern const unsigned long minor; extern const unsigned long patch; } // namespace version namespace version { extern const std::string_view commit; extern const std::string_view semver; } // namespace version #endif // CORE_VERSION_HH