summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-05-09 05:12:31 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-05-09 05:12:31 (GMT)
commit59318f20415546b07b57bc6310c72840191ddf49 (patch)
tree907379ec3a53c37cd65610494726ef6395d137e2 /hl/fortran/src/Makefile.in
parentb0bab950af6c85f5efc02c8575a55000a973e0e6 (diff)
downloadhdf5-59318f20415546b07b57bc6310c72840191ddf49.zip
hdf5-59318f20415546b07b57bc6310c72840191ddf49.tar.gz
hdf5-59318f20415546b07b57bc6310c72840191ddf49.tar.bz2
[svn-r23687] Bug fix: HDFFV-8435
Need to update libtool version number for v1.8.11 since two functions, H5Pget_dxpl_multi and H5Pset_dxpl_multi were removed. Then v1.8 is now v1.8.12-xxx and needed an update to. config/lt_vers.am: libtool information is changed to 8.0.1 because it is a revision different from v1.8.10. configure: src/Makefile.in: hl/src/Makefile.in: hl/c++/src/Makefile.in: hl/fortran/src/Makefile.in: c++/src/Makefile.in: fortran/src/Makefile.in: README.txt: autogenerated by bin/reconfiure. Tested: h5committest, then visual inspect that the libhdf5.so.x.y.z is changed accordingly. Built in duck by hand and see it changes to libhdf5.8.dylib too.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r--hl/fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index b2d04aa..9f3c8d4 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -473,8 +473,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
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