13 lines
272 B
C++
13 lines
272 B
C++
// Copyright (2019-2022) Paul Scherrer Institute
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef JUNGFRAUJOCH_GITINFO_H
|
|
#define JUNGFRAUJOCH_GITINFO_H
|
|
|
|
#include <string>
|
|
|
|
std::string jfjoch_git_sha1();
|
|
std::string jfjoch_git_date();
|
|
|
|
#endif //JUNGFRAUJOCH_GITINFO_H
|