Skip to content

Commit 4668203

Browse files
authored
Merge pull request #2882 from eseiler/misc/freeze
[MISC] Freeze release branch
2 parents 04900e4 + b637785 commit 4668203

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 \

0 commit comments

Comments
 (0)