summaryrefslogtreecommitdiffstats
path: root/src/ceph_ver.h.in.cmake
blob: d7e1c8e9bddff8ebc129820375f759dc5b74dd15 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CEPH_VERSION_H
#define CEPH_VERSION_H

#define CEPH_GIT_VER @CEPH_GIT_VER@
#define CEPH_GIT_NICE_VER "@CEPH_GIT_NICE_VER@"
#define CEPH_RELEASE @CEPH_RELEASE@
#define CEPH_RELEASE_NAME "@CEPH_RELEASE_NAME@"
#define CEPH_RELEASE_TYPE "@CEPH_RELEASE_TYPE@"

#endif