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