12 lines
188 B
C++
12 lines
188 B
C++
// Copyright (2019-2023) Paul Scherrer Institute
|
|
|
|
#include <string>
|
|
|
|
std::string jfjoch_git_sha1() {
|
|
return "@GIT_SHA1@";
|
|
}
|
|
|
|
std::string jfjoch_git_date() {
|
|
return "@GIT_DATE@";
|
|
}
|