| 1 | #include "build_version.h" |
|---|---|
| 2 | const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:@@"; |
| 3 | const char* rocksdb_build_git_date = "rocksdb_build_git_date:@2018-05-24 08:01:17@"; |
| 4 | const char* rocksdb_build_compile_date = __DATE__; |
| 5 |
| 1 | #include "build_version.h" |
|---|---|
| 2 | const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:@@"; |
| 3 | const char* rocksdb_build_git_date = "rocksdb_build_git_date:@2018-05-24 08:01:17@"; |
| 4 | const char* rocksdb_build_compile_date = __DATE__; |
| 5 |