version handling
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user