HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_Version.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYS_VERSION_FULL   "20.0.686"
 
#define SYS_VERSION_RELEASE   "20.0"
 
#define SYS_VERSION_MAJOR   "20"
 
#define SYS_VERSION_MINOR   "0"
 
#define SYS_VERSION_BUILD   "686"
 
#define SYS_VERSION_PATCH   "0"
 
#define SYS_VERSION_MAJOR_INT   20
 
#define SYS_VERSION_MINOR_INT   0
 
#define SYS_VERSION_BUILD_INT   686
 
#define SYS_VERSION_PATCH_INT   0
 
#define SYS_VERSION_FULL_INT   0x140002ae
 

Detailed Description

Defines compile time version constants for use in code.

Note
Please see UT_String::compareVersionString()

Definition in file SYS_Version.h.

Macro Definition Documentation

#define SYS_VERSION_BUILD   "686"

Definition at line 35 of file SYS_Version.h.

#define SYS_VERSION_BUILD_INT   686

Definition at line 41 of file SYS_Version.h.

#define SYS_VERSION_FULL   "20.0.686"

Definition at line 27 of file SYS_Version.h.

#define SYS_VERSION_FULL_INT   0x140002ae

Definition at line 45 of file SYS_Version.h.

#define SYS_VERSION_MAJOR   "20"

Definition at line 33 of file SYS_Version.h.

#define SYS_VERSION_MAJOR_INT   20

Definition at line 39 of file SYS_Version.h.

#define SYS_VERSION_MINOR   "0"

Definition at line 34 of file SYS_Version.h.

#define SYS_VERSION_MINOR_INT   0

Definition at line 40 of file SYS_Version.h.

#define SYS_VERSION_PATCH   "0"

Definition at line 36 of file SYS_Version.h.

#define SYS_VERSION_PATCH_INT   0

Definition at line 42 of file SYS_Version.h.

#define SYS_VERSION_RELEASE   "20.0"

Definition at line 30 of file SYS_Version.h.