diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-03-14 15:04:16 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-03-14 15:04:16 (GMT) |
commit | 0a4eadc0b9ca93559cece4fe0b777e63f472930d (patch) | |
tree | b96cd8b68a30f2a6e731921e659283f374d571c4 /hl/fortran | |
parent | abd2909328d0b4dc7bb119b61ad1cd74f56ebec9 (diff) | |
download | hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.zip hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.tar.gz hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.tar.bz2 |
[svn-r18406] Snapshot version 1.9 release 62
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 da37043..7cd1485 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -389,7 +389,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 = 52 +LT_VERS_REVISION = 53 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 |