diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-09 20:23:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-09 20:23:07 (GMT) |
commit | 81bcd314a9b170a5652f4d13b54b9cbaab14c03b (patch) | |
tree | d23a240e343fcbaa9f1ae2472f90c1f2ba766fce /hl/fortran/src/Makefile.in | |
parent | cde5029461edd921e8f84dabed9eb8f01a704dba (diff) | |
download | hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.zip hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.tar.gz hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.tar.bz2 |
[svn-r23147] ported revisions 23081:23145 from the trunk
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 3cd2b38..85faf98 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -474,7 +474,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 = 126 +LT_VERS_REVISION = 130 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 |