updated build system
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user