DATAKIT API  V2025.1
ClientsCMake/Lib_Include/def/defversion.h
Go to the documentation of this file.
1 
2 #ifndef _DEFVERS_H_
3 #define _DEFVERS_H_
4 
5 #define LIB_VERSION 251
6 #define DATAKITVERSION "25.1" /*year.1 year.2 year.3 year.4*/
7 #define DATAKIT_VERSION_MAJ 25
8 #define DATAKIT_VERSION_MIN 1
9 #define DATAKIT_VERSION_PATCH 0
10 #define DATAKIT_WBI_VERSION "DTKWBIver_005.0"
11 #define DATAKIT_WBM_VERSION "DTKWBMver_005.0"
12 #endif
13