updated build system

This commit is contained in:
2024-07-17 09:18:04 -05:00
parent a750cdc3cb
commit 6ab7386a79
5 changed files with 7 additions and 11 deletions

View File

@ -3,7 +3,8 @@
namespace {
static constexpr const std::string_view git_rev = "@PROJECT_GIT_REV@";
static constexpr const std::string_view version =
"@PROJECT_VERSION@-@PROJECT_RELEASE_ITER@";
"@PROJECT_MAJOR_VERSION@.@PROJECT_MINOR_VERSION@.@PROJECT_REVISION_VERSION@"
"-@PROJECT_RELEASE_ITER@";
} // namespace
namespace repertory {