Skip to content

Commit c67fe13

Browse files
authored
Merge pull request #3378 from eseiler/infra/bump
[INFRA] Bump version
2 parents d320062 + 47d6368 commit c67fe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/seqan3/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
//!\brief The minor version as MACRO.
1818
#define SEQAN3_VERSION_MINOR 4
1919
//!\brief The patch version as MACRO.
20-
#define SEQAN3_VERSION_PATCH 0
20+
#define SEQAN3_VERSION_PATCH 1
2121
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
22-
#define SEQAN3_RELEASE_CANDIDATE 0
22+
#define SEQAN3_RELEASE_CANDIDATE 1
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)