diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-08-28 14:29:14 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-08-28 14:29:14 (GMT) |
commit | 4f3950a8826a102d56cde7b57729552742af1b80 (patch) | |
tree | 38e9e11728d05cf0cd6b644b53e4585d920f12e0 /hl/fortran/src/Makefile.in | |
parent | 35b226aadf602f65b65e87c31c06f19882791202 (diff) | |
download | hdf5-4f3950a8826a102d56cde7b57729552742af1b80.zip hdf5-4f3950a8826a102d56cde7b57729552742af1b80.tar.gz hdf5-4f3950a8826a102d56cde7b57729552742af1b80.tar.bz2 |
[svn-r21329] Snapshot version 1.9 release 89
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 70e1b3b..767427c 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -436,7 +436,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 = 79 +LT_VERS_REVISION = 80 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 |