peerplays-fc/include/fc/git_revision.hpp

9 lines
167 B
C++
Executable file

#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