Skip to content

Commit

Permalink
Merge pull request #47 from bgilbert/release
Browse files Browse the repository at this point in the history
Update for release
  • Loading branch information
bgilbert committed Dec 17, 2022
2 parents ef07cc6 + 004a1bd commit e0c40ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Notable Changes in OpenSlide Java

## Version 0.12.3, 2022-12-17

* Add Meson build system and deprecate Autotools+Ant one
* Change build target to Java 8 from 6, fixing build on newer JDK
* Convert README and changelog to Markdown
* Consolidate license files


## Version 0.12.2, 2016-09-11

* Change build target to Java 6 from 5, fixing build on JDK 9
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.2], [openslide-users@lists.andrew.cmu.edu])
AC_INIT([OpenSlide Java], [0.12.3], [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.2',
version : '0.12.3',
)
meson.add_dist_script(
'scripts/dist.py'
Expand Down

0 comments on commit e0c40ba

Please sign in to comment.