Skip to content

Commit 84938ed

Browse files
authored
Merge pull request #3022 from eseiler/misc/release
[MISC] mark 3.2.0 release
2 parents b10a205 + 7d99b58 commit 84938ed

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)