We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e7866 commit d49a30cCopy full SHA for d49a30c
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 4
+#define SEQAN3_RELEASE_CANDIDATE 0
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