Go to the source code of this file.
Macros | |
#define | UHAL_VERSION_MAJOR 2 |
#define | UHAL_VERSION_MINOR 8 |
#define | UHAL_VERSION_PATCH 17 |
#define | UHAL_VERSION (10000 * UHAL_VERSION_MAJOR + 100 * UHAL_VERSION_MINOR + UHAL_VERSION_PATCH) |
#define UHAL_VERSION (10000 * UHAL_VERSION_MAJOR + 100 * UHAL_VERSION_MINOR + UHAL_VERSION_PATCH) |
Definition at line 41 of file version.hpp.
#define UHAL_VERSION_MAJOR 2 |
Definition at line 37 of file version.hpp.
#define UHAL_VERSION_MINOR 8 |
Definition at line 38 of file version.hpp.
#define UHAL_VERSION_PATCH 17 |
Definition at line 39 of file version.hpp.