14 lines
190 B
C++
14 lines
190 B
C++
// No copyright
|
|
#include "iface/version.hh"
|
|
|
|
#include <cstdint>
|
|
|
|
#include "generated/git_hash.hh"
|
|
|
|
|
|
namespace nf7 {
|
|
|
|
const char* version() noexcept { return GIT_HASH; }
|
|
|
|
} // namespace nf7
|