File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 2
20+ #define SEQAN3_VERSION_PATCH 3
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)
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ find_package (Git)
1111include (../seqan3-test.cmake )
1212
1313include (ExternalProject )
14- set (SEQAN3_LAST_STABLE_VERSION "3.4.1 " )
14+ set (SEQAN3_LAST_STABLE_VERSION "3.4.2 " )
1515set (SEQAN3_LAST_STABLE_SOURCE_URL
1616 "https://github.com/seqan/seqan3/releases/download/${SEQAN3_LAST_STABLE_VERSION} /seqan3-${SEQAN3_LAST_STABLE_VERSION} -Source.tar.xz"
1717)
18- set (SEQAN3_LAST_STABLE_SOURCE_SHA256 "23d061c2a898ea56ddc45ba731e0a80f2f59fefca90977cae3408bde6a8748a3 " )
18+ set (SEQAN3_LAST_STABLE_SOURCE_SHA256 "47568bb116981f06276cec9b433482d38d9b12f5f5d83299734c469eb9d80448 " )
1919
2020set (SEQAN3_API_STABILITY_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSEQAN3_DISABLE_DEPRECATED_WARNINGS=1" )
2121
You can’t perform that action at this time.
0 commit comments