diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
commit | f09d3e86b3753ea6c6b2c855248481b0b3581ac4 (patch) | |
tree | 72581aae0e194e991e8281bf315afdf7ae401122 /hl/fortran | |
parent | 2b18e934c6812fd1b487ebfebf9240b009c3e4ae (diff) | |
download | hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.zip hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.gz hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.bz2 |
[svn-r24337] Bring revisions #24200 - #24333 from trunk.
Diffstat (limited to 'hl/fortran')
-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 577c524..89ed0ff 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 = 155 +LT_VERS_REVISION = 157 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 |