Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
add rocksdb build_version.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed May 29, 2017
1 parent 136c576 commit 08fd9a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/leveldb/leveldb-rocksdb/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ldb
manifest_dump
sst_dump
column_aware_encoding_exp
util/build_version.cc
#util/build_version.cc
build_tools/VALGRIND_LOGS/
coverage/COVERAGE_REPORT
.gdbhistory
Expand Down
4 changes: 4 additions & 0 deletions deps/leveldb/leveldb-rocksdb/util/build_version.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "build_version.h"
const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:@@GIT_SHA@@";
const char* rocksdb_build_git_date = "rocksdb_build_git_date:@@GIT_DATE_TIME@@";
const char* rocksdb_build_compile_date = __DATE__;

0 comments on commit 08fd9a3

Please sign in to comment.