Macros for the ESF Manager version.
Definition in file saf-version.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SafVERSION_H |
| #define | SafVERSION_MAJOR 1 |
| Manager major version number. | |
| #define | SafVERSION_MINOR 8 |
| Manager minor version number. | |
| #define | SafVERSION_BUILD 2 |
| Manager build version number. | |
| #define | SafVERSION |
| #define | SafVER_DEC SafVERSION_MAJOR*10000+SafVERSION_MINOR*100+SafVERSION_BUILD |
| #define | SafDO_STR(x) #x |
| #define | SafSTRING(x) SafDO_STR(x) |
| #define | SafVERSION_STRING |
| #define SafVERSION |
Value:
((SafVERSION_MAJOR << 16) \ |(SafVERSION_MINOR << 8) \ |(SafVERSION_BUILD))
Definition at line 68 of file saf-version.h.
| #define SafVERSION_STRING |
Value:
SafSTRING(SafVERSION_MAJOR) "." \ SafSTRING(SafVERSION_MINOR) "." \ SafSTRING(SafVERSION_BUILD)
Definition at line 85 of file saf-version.h.