2013-10-04 22:32:05 -07:00
|
|
|
#pragma once
|
2012-08-21 00:33:21 -07:00
|
|
|
// these variables tell us about the git config and time
|
2013-10-04 22:32:05 -07:00
|
|
|
extern const char* rocksdb_build_git_sha;
|
2012-08-21 00:33:21 -07:00
|
|
|
|
|
|
|
// these variables tell us when the compilation occured
|
2013-10-04 22:32:05 -07:00
|
|
|
extern const char* rocksdb_build_compile_time;
|
|
|
|
extern const char* rocksdb_build_compile_date;
|
2012-08-21 00:33:21 -07:00
|
|
|
|