Skip to content

Commit 5f7dd26

Browse files
committed
Updated openslide on linux
1 parent 65beae0 commit 5f7dd26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ endif()
66
project(FAST)
77

88
set(VERSION_MAJOR 4)
9-
set(VERSION_MINOR 11)
10-
set(VERSION_PATCH 1)
9+
set(VERSION_MINOR 12)
10+
set(VERSION_PATCH 0)
1111
set(VERSION_SO 4) # SO version, should be incremented by 1 every time the existing API changes
1212
set(FAST_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1313

cmake/ModuleWholeSlideImaging.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if(FAST_MODULE_WholeSlideImaging)
2828
libtiff.so
2929
)
3030
fast_download_dependency(openslide
31-
3.4.1
32-
cf362c0d2abb1bbc49fd91a9549625cd41e4821d794ae8ccf5707b63857caf19
31+
4.0.0
32+
200d1878bd28297309949bd4091c371380d9041cd9ec94e5336fbc3223f41445
3333
libopenslide.so
3434
)
3535
endif()

0 commit comments

Comments
 (0)