updated build system

This commit is contained in:
2024-07-17 08:05:37 -05:00
parent d356d04bf5
commit 7a9802ccb7
2 changed files with 3 additions and 2 deletions

View File

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