diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2014-06-10 16:22:12 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2014-06-10 16:22:12 (GMT) |
commit | 720e0c7623be9847867b9d857329ab626ee8f3e8 (patch) | |
tree | 87dc28bb5957fcc4f54f548d20b26cd7b3747761 /hl/fortran/src/Makefile.in | |
parent | 519e23171052963775c47132ec0106727fdf5c41 (diff) | |
download | hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.zip hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.tar.gz hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.tar.bz2 |
[svn-r25250] Bring revisions #24670 - $24698 from trunk to revise_chunks.
Tested on jam, koala, ostrich, platypus.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index e1a3206..7aa93cc2 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -476,7 +476,7 @@ 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 = 160 +LT_VERS_REVISION = 162 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 |