version handling

This commit is contained in:
2024-07-09 12:38:10 -05:00
parent 466b3fcead
commit 097507a2d9
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ auto get_repertory_git_revision() -> const std::string & {
}
auto get_repertory_version() -> const std::string & {
static const std::string version = "@REPERTORY_VERSION@";
static const std::string version = "@PROJECT_VERSION@";
return version;
}
} // namespace repertory