VERSION: Add package version to git

This commit is contained in:
2024-05-14 14:05:14 +02:00
parent c71728e16f
commit 5808d2c5bc
5 changed files with 11 additions and 3 deletions
+4
View File
@@ -9,3 +9,7 @@ std::string jfjoch_git_sha1() {
std::string jfjoch_git_date() {
return "@GIT_DATE@";
}
std::string jfjoch_version() {
return "@PACKAGE_VERSION@";
}