Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agoode committed Mar 8, 2011
1 parent a2f781c commit 835e110
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Notable Changes in OpenSlide
============================

Version 3.2.4, 2011-03-07
* Support MIRAX files that do not have non-hierarchical data
(thanks, Jan Harkes)
* Fix compilation on Windows (thanks Hauke Heibel)
* Work around a bug in GKeyFile parser (thanks, Jan)

Version 3.2.3, 2010-09-09
* Support MIRAX files that use a variant format for tile
positions (thanks, Hauke Heibel and Marco Feuerstein)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
# definine the library version
set(OPENSLIDE_WORLD_VERSION "3")
set(OPENSLIDE_MAJOR_VERSION "2")
set(OPENSLIDE_MINOR_VERSION "3")
set(OPENSLIDE_MINOR_VERSION "4")
set(OPENSLIDE_VERSION_NUMBER ${OPENSLIDE_WORLD_VERSION}.${OPENSLIDE_MAJOR_VERSION}.${OPENSLIDE_MINOR_VERSION})

# create a config.h header-file
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif

src_libopenslide_la_CPPFLAGS = -pedantic -D_OPENSLIDE_BUILDING_DLL $(GLIB2_CFLAGS) $(CAIRO_CFLAGS) -DG_LOG_DOMAIN=\"Openslide\" -I$(top_srcdir)/src

src_libopenslide_la_LDFLAGS = -version-info 2:3:2 -no-undefined -Wl,$(WIN32_DLL_TRICKERY)
src_libopenslide_la_LDFLAGS = -version-info 2:4:2 -no-undefined -Wl,$(WIN32_DLL_TRICKERY)


pkginclude_HEADERS = src/openslide.h src/openslide-features.h
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([OpenSlide], [3.2.3], [[email protected]], [openslide], [https://openslide.cs.cmu.edu])
AC_INIT([OpenSlide], [3.2.4], [[email protected]], [openslide], [https://openslide.cs.cmu.edu])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects 1.11.1 dist-xz])
Expand Down

0 comments on commit 835e110

Please sign in to comment.