2019-04-18 19:51:19 +02:00
|
|
|
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
2016-10-25 20:31:39 +02:00
|
|
|
#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__;
|