Skip to content

Commit

Permalink
Merge pull request #66 from bgilbert/release
Browse files Browse the repository at this point in the history
Update for release
  • Loading branch information
bgilbert committed Nov 8, 2023
2 parents 8122c82 + 25051af commit 4179cdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Notable Changes in OpenSlide Java

## Version 0.12.4, 2023-11-07

* Allow opening the synthetic test slide
* Add Meson build option to configure embedding of JNI path in JAR
* Fix `meson dist` failure when packaged as subproject


## Version 0.12.3, 2022-12-17

* Add Meson build system and deprecate Autotools+Ant one
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([OpenSlide Java], [0.12.3], [openslide-users@lists.andrew.cmu.edu])
AC_INIT([OpenSlide Java], [0.12.4], [openslide-users@lists.andrew.cmu.edu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([openslide-jni.c])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
],
license : 'LGPL-2.1-only',
meson_version : '>=0.62',
version : '0.12.3',
version : '0.12.4',
)
if not meson.is_subproject()
meson.add_dist_script(
Expand Down

0 comments on commit 4179cdd

Please sign in to comment.