SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
version.hpp File Reference

Provides SeqAn version macros and global variables. More...

#include <string>
#include <seqan3/core/platform.hpp>
+ 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.
 

Detailed Description

Provides SeqAn version macros and global variables.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>

Macro Definition Documentation

◆ SEQAN3_VERSION

#define SEQAN3_VERSION
Value:

The full version as MACRO (number).

SEQAN3_VERSION_MINOR
#define SEQAN3_VERSION_MINOR
The minor version as MACRO.
Definition: version.hpp:22
SEQAN3_VERSION_MAJOR
#define SEQAN3_VERSION_MAJOR
The major version as MACRO.
Definition: version.hpp:20
SEQAN3_VERSION_PATCH
#define SEQAN3_VERSION_PATCH
The patch version as MACRO.
Definition: version.hpp:24