We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 254ccb2 + 1951040 commit 7ee8398Copy full SHA for 7ee8398
include/seqan3/version.hpp
@@ -19,7 +19,7 @@
19
//!\brief The patch version as MACRO.
20
#define SEQAN3_VERSION_PATCH 0
21
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
22
-#define SEQAN3_RELEASE_CANDIDATE 1
+#define SEQAN3_RELEASE_CANDIDATE 2
23
24
//!\brief The full version as MACRO (number).
25
#define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)
0 commit comments