Skip to content

Commit e0c40ba

Browse files
authored
Merge pull request #47 from bgilbert/release
Update for release
2 parents ef07cc6 + 004a1bd commit e0c40ba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.12.3, 2022-12-17
4+
5+
* Add Meson build system and deprecate Autotools+Ant one
6+
* Change build target to Java 8 from 6, fixing build on newer JDK
7+
* Convert README and changelog to Markdown
8+
* Consolidate license files
9+
10+
311
## Version 0.12.2, 2016-09-11
412

513
* Change build target to Java 6 from 5, fixing build on JDK 9

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.2], [[email protected]])
5+
AC_INIT([OpenSlide Java], [0.12.3], [[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.2',
9+
version : '0.12.3',
1010
)
1111
meson.add_dist_script(
1212
'scripts/dist.py'

0 commit comments

Comments
 (0)