9 lines
167 B
C++
9 lines
167 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
|
|
namespace fc {
|
|
|
|
extern const char* const git_revision_sha;
|
|
extern const uint32_t git_revision_unix_timestamp;
|
|
|
|
} // end namespace fc
|