Skip to content

Commit

Permalink
Merge pull request seqan#3187 from eseiler/infra/bump
Browse files Browse the repository at this point in the history
[MISC] Bump version
  • Loading branch information
eseiler authored Aug 17, 2023
2 parents 6b681fb + 9aed8ad commit 12e3ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/seqan3/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
//!\brief The major version as MACRO.
#define SEQAN3_VERSION_MAJOR 3
//!\brief The minor version as MACRO.
#define SEQAN3_VERSION_MINOR 3
#define SEQAN3_VERSION_MINOR 4
//!\brief The patch version as MACRO.
#define SEQAN3_VERSION_PATCH 0
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
#define SEQAN3_RELEASE_CANDIDATE 0
#define SEQAN3_RELEASE_CANDIDATE 1

//!\brief The full version as MACRO (number).
#define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)
Expand Down

0 comments on commit 12e3ce7

Please sign in to comment.