summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-04-20 18:28:46 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-04-20 18:28:46 (GMT)
commit73fde75a6c78ff075b610c407a0dd61bc6a24c30 (patch)
tree61024718c26b29b6b1fb05a383d7a104327cde59
parent8f81c74806dbb4a4b5c61a200290b5c19c83dfe7 (diff)
downloadhdf5-73fde75a6c78ff075b610c407a0dd61bc6a24c30.zip
hdf5-73fde75a6c78ff075b610c407a0dd61bc6a24c30.tar.gz
hdf5-73fde75a6c78ff075b610c407a0dd61bc6a24c30.tar.bz2
[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.
-rw-r--r--c++/src/Makefile.in4
-rw-r--r--config/lt_vers.am4
-rwxr-xr-xconfigure2
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--hl/c++/src/Makefile.in4
-rw-r--r--hl/fortran/src/Makefile.in4
-rw-r--r--hl/src/Makefile.in4
-rw-r--r--src/Makefile.in4
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)