Provides SeqAn version macros and global variables. More...
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.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Macros | |
| #define | SEQAN3_VERSION |
| The full version as MACRO (number). More... | |
| #define | SEQAN3_VERSION_MAJOR 3 |
| The major version as MACRO. | |
| #define | SEQAN3_VERSION_MINOR 0 |
| The minor version as MACRO. | |
| #define | SEQAN3_VERSION_PATCH 2 |
| The patch version as MACRO. | |
Variables | |
| std::string const | seqan3::seqan3_version |
The full version as std::string. More... | |
| constexpr uint8_t | seqan3::seqan3_version_major = SEQAN3_VERSION_MAJOR |
| The major version. | |
| constexpr uint8_t | seqan3::seqan3_version_minor = SEQAN3_VERSION_MINOR |
| The minor version. | |
| constexpr uint8_t | seqan3::seqan3_version_patch = SEQAN3_VERSION_PATCH |
| The patch version. | |
Provides SeqAn version macros and global variables.
| #define SEQAN3_VERSION |
The full version as MACRO (number).