μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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   17
 
#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   17

Definition at line 39 of file version.hpp.