We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11cfd18 + 6607d62 commit 295c304Copy full SHA for 295c304
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Notable Changes in openslide-bin
2
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
9
## Version 4.0.0.2, 2024-03-29
10
11
* Add Linux and macOS builds
common/meson.py
@@ -34,7 +34,7 @@
34
# A.B.C = OpenSlide version
35
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
36
# Update the version when releasing openslide-bin.
37
-_PROJECT_VERSION = '4.0.0.2'
+_PROJECT_VERSION = '4.0.0.3'
38
39
40
def meson_source_root() -> Path:
0 commit comments