MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
mip_version.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Full version of the MIP SDK including a git commit hash if this build was not built on a tag
4 #define MIP_SDK_VERSION_FULL "v3.0.0"
5 
6 // Semantic version information of the MIP SDK
7 #define MIP_SDK_VERSION "3.0.0"
8 #define MIP_SDK_VERSION_MAJOR 3
9 #define MIP_SDK_VERSION_MINOR 0
10 #define MIP_SDK_VERSION_PATCH 0