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.
2 parents d320062 + 47d6368 commit c67fe13Copy full SHA for c67fe13
include/seqan3/version.hpp
@@ -17,9 +17,9 @@
17
//!\brief The minor version as MACRO.
18
#define SEQAN3_VERSION_MINOR 4
19
//!\brief The patch version as MACRO.
20
-#define SEQAN3_VERSION_PATCH 0
+#define SEQAN3_VERSION_PATCH 1
21
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
22
-#define SEQAN3_RELEASE_CANDIDATE 0
+#define SEQAN3_RELEASE_CANDIDATE 1
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