RESTinio
|
Definition of RESTINIO_VERSION macro. More...
Go to the source code of this file.
Macros | |
#define | RESTINIO_VERSION_MAJOR 0ull |
#define | RESTINIO_VERSION_MINOR 6ull |
#define | RESTINIO_VERSION_PATCH 14ull |
#define | RESTINIO_VERSION_MAKE(major, minor, patch) |
#define | RESTINIO_VERSION |
#define RESTINIO_VERSION |
A single number representation of RESTinio version.
For example it can be 6003ull for RESTinio-0.6.3. Or 1004023ull for RESTinio-1.4.23.
Definition at line 60 of file version.hpp.
#define RESTINIO_VERSION_MAJOR 0ull |
The major part of version number.
If RESTinio's version is 0.6.0 then RESTINIO_VERSION_MAJOR==0. If RESTinio's version is 1.2.4 then RESTINIO_VERSION_MAJOR==1.
Definition at line 22 of file version.hpp.
#define RESTINIO_VERSION_MAKE | ( | major, | |
minor, | |||
patch | |||
) |
Helper macro for make single number representation of RESTinio's version.
It can be used that way:
Definition at line 49 of file version.hpp.
#define RESTINIO_VERSION_MINOR 6ull |
The minon part of version number.
If RESTinio's version is 0.6.0 then RESTINIO_VERSION_MINOR==6.
Definition at line 29 of file version.hpp.
#define RESTINIO_VERSION_PATCH 14ull |
The patch part of version number.
If RESTinio's version is 0.6.23 then RESTINIO_VERSION_PATCH==23.
Definition at line 36 of file version.hpp.