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