rocksdb/util/build_version.h
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.
Summary: Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.

Test Plan: make check

Reviewers: emayanke, haobo

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D13311
2013-10-06 00:14:26 -07:00

9 lines
264 B
C

#pragma once
// these variables tell us about the git config and time
extern const char* rocksdb_build_git_sha;
// these variables tell us when the compilation occured
extern const char* rocksdb_build_compile_time;
extern const char* rocksdb_build_compile_date;