Skip to content

Commit 7e8f93f

Browse files
authored
Merge pull request #352 from bgilbert/release
openslide-bin 4.0.0.8
2 parents 529a652 + bdd7de5 commit 7e8f93f

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.7, 2025-04-26
3+
## Version 4.0.0.8, 2025-04-27
44

55
* Update many dependencies
66

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

3737

3838
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)