Skip to content

Commit 868ce38

Browse files
authored
Merge pull request #423 from bgilbert/release
openslide-bin 4.0.0.11
2 parents 4cabace + bfc02f7 commit 868ce38

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Notable Changes in openslide-bin
22

3+
## Version 4.0.0.11, 2026-01-04
4+
5+
* Fix build with Meson 1.10.0
6+
* Update several dependencies
7+
8+
39
## Version 4.0.0.10, 2025-12-03
410

511
* Drop Python 3.8 support in Python package

common/meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# A.B.C = OpenSlide version
3333
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3434
# Update the version when releasing openslide-bin.
35-
_PROJECT_VERSION = '4.0.0.10'
35+
_PROJECT_VERSION = '4.0.0.11'
3636

3737

3838
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)