From 73fde75a6c78ff075b610c407a0dd61bc6a24c30 Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Wed, 20 Apr 2011 13:28:46 -0500 Subject: [svn-r20574] Bump soname interface number. This should have been bumped in 1.8.6 when its API was changed, but since it wasn't I'm manually fixing up these numbers in 1.8 and 1.8.7 branches for the time being. --- c++/src/Makefile.in | 4 ++-- config/lt_vers.am | 4 ++-- configure | 2 +- fortran/src/Makefile.in | 4 ++-- hl/c++/src/Makefile.in | 4 ++-- hl/fortran/src/Makefile.in | 4 ++-- hl/src/Makefile.in | 4 ++-- src/Makefile.in | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index e869dfa..55c8241 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -428,8 +428,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # Include src directory diff --git a/config/lt_vers.am b/config/lt_vers.am index b4f4e95..faa527e 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,8 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and diff --git a/configure b/configure index 46410cc..d69e1af 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 20562 2011-04-20 16:17:08Z koziol . +# From configure.in Id: configure.in 20565 2011-04-20 16:41:42Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.8.8-snap0. # diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index c9c94db..5513060 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -468,8 +468,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 0a23ecf..2adb5da 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -418,8 +418,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index d8b3cf1..fbf6ca3 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -433,8 +433,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \ -I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 321e7ae..e0c5eeb 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -417,8 +417,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # This library is our main target. diff --git a/src/Makefile.in b/src/Makefile.in index 3d0f80c..536555c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -476,8 +476,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 7 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 H5detect_CFLAGS = -g $(AM_CFLAGS) -- cgit v0.12