Skip to content

Commit 8d6a8e5

Browse files
committed
Update for release
1 parent e58b6a4 commit 8d6a8e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

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

4+
Version 0.12.1, 2015-04-20
5+
* Bundle Classpath JNI headers for Windows cross builds
6+
47
Version 0.12.0, 2014-01-25
58
* Require OpenSlide 3.4.0
69
* Replace OpenSlide.fileIsValid() with OpenSlide.detectVendor()

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.0], [openslide-users@lists.andrew.cmu.edu])
5+
AC_INIT([OpenSlide Java], [0.12.1], [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)