We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58b6a4 commit 8d6a8e5Copy full SHA for 8d6a8e5
CHANGELOG.txt
@@ -1,6 +1,9 @@
1
Notable Changes in OpenSlide Java
2
=================================
3
4
+Version 0.12.1, 2015-04-20
5
+ * Bundle Classpath JNI headers for Windows cross builds
6
+
7
Version 0.12.0, 2014-01-25
8
* Require OpenSlide 3.4.0
9
* Replace OpenSlide.fileIsValid() with OpenSlide.detectVendor()
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.0], [openslide-users@lists.andrew.cmu.edu])
+AC_INIT([OpenSlide Java], [0.12.1], [openslide-users@lists.andrew.cmu.edu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([openslide-jni.c])
0 commit comments