Skip to content

Commit 798f73a

Browse files
committed
openslide-bin 4.0.0.10
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 20162b5 commit 798f73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Notable Changes in openslide-bin
22

3-
## Version 4.0.0.9, 2025-12-03
3+
## Version 4.0.0.10, 2025-12-03
44

55
* Drop Python 3.8 support in Python package
66
* Enable SIMD JPEG decoding on macOS x86_64

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.9'
35+
_PROJECT_VERSION = '4.0.0.10'
3636

3737

3838
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)