version.h
Go to the documentation of this file.
1 /**************************************************************************/ /**
2  * @brief Library version macros.
3  ******************************************************************************/
4 
5 #pragma once
6 
7 #define P1_FUSION_ENGINE_VERSION_STRING "1.18.0rc6"
8 #define P1_FUSION_ENGINE_VERSION_MAJOR 1
9 #define P1_FUSION_ENGINE_VERSION_MINOR 18
10 #define P1_FUSION_ENGINE_VERSION_PATCH 0