Skip to content

Commit 9d92c4d

Browse files
authored
Merge pull request #3409 from eseiler/chore/postrelease
chore: bump version
2 parents a23ab4e + e971bc3 commit 9d92c4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 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)

test/api_stability/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ find_package (Git)
1111
include (../seqan3-test.cmake)
1212

1313
include (ExternalProject)
14-
set (SEQAN3_LAST_STABLE_VERSION "3.4.1")
14+
set (SEQAN3_LAST_STABLE_VERSION "3.4.2")
1515
set (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

2020
set (SEQAN3_API_STABILITY_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSEQAN3_DISABLE_DEPRECATED_WARNINGS=1")
2121

0 commit comments

Comments
 (0)