Skip to content

Commit 4179cdd

Browse files
authored
Merge pull request #66 from bgilbert/release
Update for release
2 parents 8122c82 + 25051af commit 4179cdd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Notable Changes in OpenSlide Java
22

3+
## Version 0.12.4, 2023-11-07
4+
5+
* Allow opening the synthetic test slide
6+
* Add Meson build option to configure embedding of JNI path in JAR
7+
* Fix `meson dist` failure when packaged as subproject
8+
9+
310
## Version 0.12.3, 2022-12-17
411

512
* Add Meson build system and deprecate Autotools+Ant one

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([OpenSlide Java], [0.12.3], [[email protected]])
5+
AC_INIT([OpenSlide Java], [0.12.4], [[email protected]])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_SRCDIR([openslide-jni.c])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
],
77
license : 'LGPL-2.1-only',
88
meson_version : '>=0.62',
9-
version : '0.12.3',
9+
version : '0.12.4',
1010
)
1111
if not meson.is_subproject()
1212
meson.add_dist_script(

0 commit comments

Comments
 (0)