Go to the source code of this file.
Macros | |
#define | NFD_VERSION 7001 |
NFD version represented as an integer. More... | |
#define | NFD_VERSION_MAJOR 0 |
The major version of NFD. More... | |
#define | NFD_VERSION_MINOR 7 |
The minor version of NFD. More... | |
#define | NFD_VERSION_PATCH 1 |
The patch version of NFD. More... | |
Variables | |
const char | NFD_VERSION_BUILD_STRING [] |
NFD version string, including git commit information, if NFD is build from specific git commit. More... | |
const char | NFD_VERSION_STRING [] |
NFD version represented as a string. More... | |
#define NFD_VERSION 7001 |
NFD version represented as an integer.
Equivalent to: NFD_VERSION_MAJOR*1000000 + NFD_VERSION_MINOR*1000 + NFD_VERSION_PATCH
Definition at line 38 of file version.hpp.
#define NFD_VERSION_MAJOR 0 |
The major version of NFD.
Definition at line 41 of file version.hpp.
#define NFD_VERSION_MINOR 7 |
The minor version of NFD.
Definition at line 43 of file version.hpp.
#define NFD_VERSION_PATCH 1 |
The patch version of NFD.
Definition at line 45 of file version.hpp.
const char NFD_VERSION_BUILD_STRING[] |
NFD version string, including git commit information, if NFD is build from specific git commit.
NFD_VERSION_BUILD_STRING is obtained using the following command (NFD-
prefix is afterwards removed): git describe --match 'NFD-*'
When NFD is not built from git, NFD_VERSION_BUILD_STRING equals NFD_VERSION_STRING.
Format:
Example: 0.1.0-rc1-1-g5c86570
const char NFD_VERSION_STRING[] |
NFD version represented as a string.
Format: