Skip to content

Commit 201e527

Browse files
committed
Update for release
1 parent 81fd333 commit 201e527

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Notable Changes in OpenSlide Java
22
=================================
33

4+
Version 0.12.2, 2016-09-11
5+
* Change build target to Java 6 from 5, fixing build on JDK 9
6+
* Properly detect JNI include paths on Mac OS X
7+
48
Version 0.12.1, 2015-04-20
59
* Bundle Classpath JNI headers for Windows cross builds
610

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.1], [openslide-users@lists.andrew.cmu.edu])
5+
AC_INIT([OpenSlide Java], [0.12.2], [openslide-users@lists.andrew.cmu.edu])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_SRCDIR([openslide-jni.c])

0 commit comments

Comments
 (0)