]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/util/build_version.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / rocksdb / util / build_version.h
1 // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
2 // This source code is licensed under the BSD-style license found in the
3 // LICENSE file in the root directory of this source tree. An additional grant
4 // of patent rights can be found in the PATENTS file in the same directory.
5 //
6 #pragma once
7 #if !defined(IOS_CROSS_COMPILE)
8 // if we compile with Xcode, we don't run build_detect_vesion, so we don't
9 // generate these variables
10 // this variable tells us about the git revision
11 extern const char* rocksdb_build_git_sha;
12
13 // Date on which the code was compiled:
14 extern const char* rocksdb_build_compile_date;
15 #endif