Skip to content

Commit f3326e1

Browse files
committed
chore: bump api test version
1 parent 373e577 commit f3326e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.0")
14+
set (SEQAN3_LAST_STABLE_VERSION "3.4.1")
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 "da2fb621268ebc52b9cc26087e96f4a94109db1f4f28d363d19c7c9cdbd788b1")
18+
set (SEQAN3_LAST_STABLE_SOURCE_SHA256 "23d061c2a898ea56ddc45ba731e0a80f2f59fefca90977cae3408bde6a8748a3")
1919

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

0 commit comments

Comments
 (0)