Skip to content

Commit 7297791

Browse files
authored
Merge pull request #287 from bgilbert/release
openslide-bin 4.0.0.5
2 parents 8e25a0a + 13c654c commit 7297791

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.5, 2024-09-10
4+
5+
* Add Linux aarch64 build
6+
* Update cairo
7+
8+
39
## Version 4.0.0.4, 2024-09-01
410

511
* Update many dependencies

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.4'
37+
_PROJECT_VERSION = '4.0.0.5'
3838

3939

4040
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)