Go to the documentation of this file. 25 #ifndef __MOTR_MOTR_VERSION_MACROS_H__ 26 #define __MOTR_MOTR_VERSION_MACROS_H__ 29 #define M0_VERSION(a,b,c) (((a) << 24) + ((b) << 16) + ((c) << 8)) 31 #define M0_VERSION_CODE 33554432U 33 #define M0_VERSION_STRING "2.0.0" 34 #define M0_VERSION_GIT_REV_ID "79351a56dffcb3968db9a6d4fee685a5443ed2f7" 35 #define M0_VERSION_GIT_DESCRIBE "2.0.0-527-318-g79351a56" 36 #define M0_VERSION_GIT_BRANCH "main" 37 #define M0_VERSION_BUILD_HOST "ssc-vm-g3-rhev4-3125.colo.seagate.com" 38 #define M0_VERSION_BUILD_USER "740294" 39 #define M0_VERSION_BUILD_TIME "Fri May 27 05:33:59 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 "4.18.0-305.3.1.el8_4.x86_64" 42 #define M0_VERSION_BUILD_CFLAGS "-D_REENTRANT -D_GNU_SOURCE -DM0_INTERNAL='' -DM0_EXTERN=extern -iquote'/home/740294/CORTX-23722/cortx-motr-1' -iquote'.' -include'config.h' -DM0_SRC_DIR='/home/740294/CORTX-23722/cortx-motr-1' -DENABLE_LIBFAB -I/usr/src/lustre-client-2.12.7/libcfs/include -I/usr/src/lustre-client-2.12.7/lnet/include -I/usr/src/lustre-client-2.12.7/lnet/include/uapi/linux -I/usr/src/lustre-client-2.12.7/lustre/include -I/usr/src/lustre-client-2.12.7/lustre/include/uapi/linux -I/usr/src/lustre-client-2.12.7/lustre/include/uapi -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'/home/740294/CORTX-23722/cortx-motr-1/config.h' -iquote '/home/740294/CORTX-23722/cortx-motr-1' -iquote '/home/740294/CORTX-23722/cortx-motr-1' -I/usr/src/lustre-client-2.12.7/libcfs/include -I/usr/src/lustre-client-2.12.7/lnet/include -I/usr/src/lustre-client-2.12.7/lnet/include/uapi/linux -I/usr/src/lustre-client-2.12.7/lustre/include -I/usr/src/lustre-client-2.12.7/lustre/include/uapi/linux -I/usr/src/lustre-client-2.12.7/lustre/include/uapi -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 "" 46 #define M0_VERSION_BUILD_DIR "/home/740294/CORTX-23722/cortx-motr-1" 47 #define M0_VERSION_LUSTRE_SRC "/usr/src/lustre-client-2.12.7" 48 #define M0_VERSION_LUSTRE_VER "2.12.7"