fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
254 B
5 lines
254 B
8 years ago
|
#include "build_version.h"
|
||
|
const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:f201a44b4102308b840b15d9b89122af787476f1";
|
||
|
const char* rocksdb_build_git_date = "rocksdb_build_git_date:2016-10-27";
|
||
|
const char* rocksdb_build_compile_date = __DATE__;
|