6c2bf9e916
Summary: internal task: T35568575 Pull Request resolved: https://github.com/facebook/rocksdb/pull/5199 Differential Revision: D14962794 Pulled By: gfosco fbshipit-source-id: 93838ede6d0235eaecff90d200faed9a8515bbbe
6 lines
305 B
C++
6 lines
305 B
C++
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
|
#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__;
|