Skip to content

Commit d49a30c

Browse files
committed
[INFRA] Bump version
1 parent 07e7866 commit d49a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/seqan3/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!\brief The patch version as MACRO.
2020
#define SEQAN3_VERSION_PATCH 0
2121
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
22-
#define SEQAN3_RELEASE_CANDIDATE 4
22+
#define SEQAN3_RELEASE_CANDIDATE 0
2323

2424
//!\brief The full version as MACRO (number).
2525
#define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)

0 commit comments

Comments
 (0)