Skip to content

Commit

Permalink
Merge pull request #3315 from eseiler/infra/bump_rc
Browse files Browse the repository at this point in the history
[INFRA] Bump RC
  • Loading branch information
eseiler authored Dec 13, 2024
2 parents 254ccb2 + 1951040 commit 7ee8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!\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 1
#define SEQAN3_RELEASE_CANDIDATE 2

//!\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 7ee8398

Please sign in to comment.