DI-Guy SDK Documentation  13.2
diguy_version.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2019 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
6 /*********************************************************************
7  **
8  *t DI-Guy API, Constants and Enumerations
9  **
10  ** The API is subject to change in future releases.
11  **
12  */
13 
14 #pragma once
15 
16 #ifdef SWIG
17 %module diguy_constants
18 #endif
19 /*****************************************************************************/
20 /*****************************************************************************/
29 #define DIGUY_VERSION_STRING "13.4.0"
30 
31 #define DIGUY_VERSION_MAJOR 13
32 #define DIGUY_VERSION_MINOR 4
33 #define DIGUY_VERSION_POINT 0
34 #define DIGUY_VERSION_BUGFIX ""
35 
36 
37 #define DIGUY_REQUIRED_DATA_VERSION_MAJOR 13
38 #define DIGUY_REQUIRED_DATA_VERSION_MINOR 0
39 #define DIGUY_REQUIRED_DATA_VERSION_POINT 0
40