Skip to content

Commit 6b681fb

Browse files
authored
Merge pull request #3186 from eseiler/infra/release
[MISC] Set version to release
2 parents fa2c313 + 5694057 commit 6b681fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/seqan3/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//!\brief The patch version as MACRO.
2323
#define SEQAN3_VERSION_PATCH 0
2424
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
25-
#define SEQAN3_RELEASE_CANDIDATE 2
25+
#define SEQAN3_RELEASE_CANDIDATE 0
2626

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

0 commit comments

Comments
 (0)