diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bd1ffe0..f8f1cb1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,10 @@ Notable Changes in OpenSlide Java ================================= +Version 0.12.2, 2016-09-11 + * Change build target to Java 6 from 5, fixing build on JDK 9 + * Properly detect JNI include paths on Mac OS X + Version 0.12.1, 2015-04-20 * Bundle Classpath JNI headers for Windows cross builds diff --git a/configure.ac b/configure.ac index 7ae4df3..1a18b4a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([OpenSlide Java], [0.12.1], [openslide-users@lists.andrew.cmu.edu]) +AC_INIT([OpenSlide Java], [0.12.2], [openslide-users@lists.andrew.cmu.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([openslide-jni.c])