]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/util/build_version.h
update sources to ceph Nautilus 14.2.1
[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 both the GPLv2 (found in the
3 // COPYING file in the root directory) and Apache 2.0 License
4 // (found in the LICENSE.Apache file in the root directory).
5 //
6 #pragma once
7 #if !defined(IOS_CROSS_COMPILE)
8 // if we compile with Xcode, we don't run build_detect_version, 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