summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
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 /fortran/src/Makefile.in
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.
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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