Physics-Simulator  v1.4.0-beta.2
version.h
Go to the documentation of this file.
1 #ifndef __VERSION_HEADER__
2 #define __VERSION_HEADER__
3 /*****************************************************************************/
9 /*****************************************************************************/
15 /*****************************************************************************/
16 //Date Version Types
18 #define DEFINED_VER_DATE "27"
19 
21 #define DEFINED_VER_MONTH "03"
22 
24 #define DEFINED_VER_YEAR "2018"
25 
27 #define DEFINED_VER_UBUNTU_VERSION_STYLE "18.03"
28 /*****************************************************************************/
30 #define DEFINED_VER_MAJOR 1
31 
33 #define DEFINED_VER_MINOR 4
34 
36 #define DEFINED_VER_PATCH 0
37 /*****************************************************************************/
40 #define DEFINED_VER_RC_FILEVERSION 1,4,0,8
41 
43 #define DEFINED_VER_RC_FILEVERSION_STRING "1, 4, 0, 8\0"
44 
46 #define DEFINED_VER_FULLVERSION_STRING "1.4.0-R\0"
47 
48 //Software Status
58 #define DEFINED_VER_STATUS "Release"
59 
61 #define DEFINED_VER_STATUS_SHORT "r"
62 /*****************************************************************************/
64 #endif //__VERSION_HEADER__