DATAKIT SDK  V2026.2
defversion.h
Go to the documentation of this file.
1 
2 #ifndef _DEFVERS_H_
3 #define _DEFVERS_H_
4 
5 #define LIB_VERSION 262
6 #define DATAKITVERSION "26.2" /*year.1 year.2 year.3 year.4*/
7 #define DATAKIT_VERSION_MAJ 26
8 #define DATAKIT_VERSION_MIN 2
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