Skip to content

Commit 8738b36

Browse files
authored
Merge pull request #280 from bgilbert/release
openslide-bin 4.0.0.4
2 parents 0abf0d5 + 72502e1 commit 8738b36

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## Version 4.0.0.4, 2024-09-01
4+
5+
* Update many dependencies
6+
7+
38
## Version 4.0.0.3, 2024-05-04
49

510
* Remove OpenSlide Java, which no longer has a platform-dependent component

common/meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# A.B.C = OpenSlide version
3535
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3636
# Update the version when releasing openslide-bin.
37-
_PROJECT_VERSION = '4.0.0.3'
37+
_PROJECT_VERSION = '4.0.0.4'
3838

3939

4040
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)