Skip to content

Commit 295c304

Browse files
authored
Merge pull request #250 from bgilbert/release
openslide-bin 4.0.0.3
2 parents 11cfd18 + 6607d62 commit 295c304

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.3, 2024-05-04
4+
5+
* Remove OpenSlide Java, which no longer has a platform-dependent component
6+
* Update SQLite
7+
8+
39
## Version 4.0.0.2, 2024-03-29
410

511
* Add Linux and macOS builds

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.2'
37+
_PROJECT_VERSION = '4.0.0.3'
3838

3939

4040
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)