mimic++ v9.2.1
Loading...
Searching...
No Matches
Version.hpp File Reference
Include dependency graph for Version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIMICPP_VERSION_MAJOR   9
 
#define MIMICPP_VERSION_MINOR   2
 
#define MIMICPP_VERSION_PATCH   1
 
#define MIMICPP_VERSION
 

Macro Definition Documentation

◆ MIMICPP_VERSION

#define MIMICPP_VERSION
Value:
MIMICPP_DETAIL_STRINGIFY(MIMICPP_VERSION_MINOR) "." \
MIMICPP_DETAIL_STRINGIFY(MIMICPP_VERSION_PATCH)
#define MIMICPP_VERSION_PATCH
Definition Version.hpp:15
#define MIMICPP_VERSION_MAJOR
Definition Version.hpp:13
#define MIMICPP_VERSION_MINOR
Definition Version.hpp:14
#define MIMICPP_DETAIL_STRINGIFY(...)
Stringifies the provided arguments.
Definition Common.hpp:180

◆ MIMICPP_VERSION_MAJOR

#define MIMICPP_VERSION_MAJOR   9

◆ MIMICPP_VERSION_MINOR

#define MIMICPP_VERSION_MINOR   2

◆ MIMICPP_VERSION_PATCH

#define MIMICPP_VERSION_PATCH   1