Motr  M0
version_macros.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2013-2020 Seagate Technology LLC and/or its Affiliates
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  * For any questions about this software or licensing,
18  * please email opensource@seagate.com or cortx-questions@seagate.com.
19  *
20  */
21 
22 
23 #pragma once
24 
25 #ifndef __MOTR_MOTR_VERSION_MACROS_H__
26 #define __MOTR_MOTR_VERSION_MACROS_H__
27 
28 
29 #define M0_VERSION(a,b,c) (((a) << 24) + ((b) << 16) + ((c) << 8))
30 
31 #define M0_VERSION_CODE 33554432U
32 
33 #define M0_VERSION_STRING "2.0.0"
34 #define M0_VERSION_GIT_REV_ID "2a236116b5575514297516fe33e9b7ec927117e0"
35 #define M0_VERSION_GIT_DESCRIBE "2.0.0-670-37-g2a236116b"
36 #define M0_VERSION_GIT_BRANCH "doxygen-automation"
37 #define M0_VERSION_BUILD_HOST "d4f5af0459c7"
38 #define M0_VERSION_BUILD_USER "root"
39 #define M0_VERSION_BUILD_TIME "Thu Apr 14 13:57:19 UTC 2022"
40 #define M0_VERSION_BUILD_GCC "gcc version 8.5.0 20210514 (Red Hat 8.5.0-4) "
41 #define M0_VERSION_BUILD_KERNEL "not-relevant"
42 #define M0_VERSION_BUILD_CFLAGS "-D_REENTRANT -D_GNU_SOURCE -DM0_INTERNAL='' -DM0_EXTERN=extern -iquote'/cortx-motr' -iquote'.' -include'config.h' -DM0_SRC_DIR='/cortx-motr' -fno-common -pipe -Wall -Werror -Wno-attributes -fno-strict-aliasing -fno-omit-frame-pointer -g -O2 "
43 #define M0_VERSION_BUILD_KCFLAGS "-DM0_INTERNAL='' -DM0_EXTERN=extern -include'/cortx-motr/config.h' -iquote '/cortx-motr' -iquote '/cortx-motr' -Wall -Werror -Wno-attributes -fno-omit-frame-pointer -g -O2 -Wno-unused-but-set-variable "
44 #define M0_VERSION_BUILD_LDFLAGS "-rdynamic"
45 #define M0_VERSION_BUILD_CONFIGURE_OPTS " '--with-user-mode-only'"
46 #define M0_VERSION_BUILD_DIR "/cortx-motr"
47 #define M0_VERSION_LUSTRE_SRC "none"
48 #define M0_VERSION_LUSTRE_VER "none"
49 
50 #endif /* __MOTR_MOTR_VERSION_MACROS_H__ */
51 
52 
53 /*
54  * Local variables:
55  * c-indentation-style: "K&R"
56  * c-basic-offset: 8
57  * tab-width: 8
58  * fill-column: 80
59  * scroll-step: 1
60  * End:
61  */
62 /*
63  * vim: tabstop=8 shiftwidth=8 noexpandtab textwidth=80 nowrap
64  */