μHAL (v2.8.19)
Part of the IPbus software repository
Loading...
Searching...
No Matches
Macros
version.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UHAL_VERSION_MAJOR   2
 
#define UHAL_VERSION_MINOR   8
 
#define UHAL_VERSION_PATCH   19
 
#define UHAL_VERSION   (10000 * UHAL_VERSION_MAJOR + 100 * UHAL_VERSION_MINOR + UHAL_VERSION_PATCH)
 

Macro Definition Documentation

◆ UHAL_VERSION

#define UHAL_VERSION   (10000 * UHAL_VERSION_MAJOR + 100 * UHAL_VERSION_MINOR + UHAL_VERSION_PATCH)

Definition at line 41 of file version.hpp.

◆ UHAL_VERSION_MAJOR

#define UHAL_VERSION_MAJOR   2

Definition at line 37 of file version.hpp.

◆ UHAL_VERSION_MINOR

#define UHAL_VERSION_MINOR   8

Definition at line 38 of file version.hpp.

◆ UHAL_VERSION_PATCH

#define UHAL_VERSION_PATCH   19

Definition at line 39 of file version.hpp.