diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-11-13 14:31:44 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-11-13 14:31:44 (GMT) |
commit | 642b828026759a19a07a698affe23ee96c72e714 (patch) | |
tree | ff0c6a021421d4d0a724c0891d2680b045d88642 /hl/fortran | |
parent | a45dda8ce707aceda4a2a75faea99452d5ed912e (diff) | |
download | hdf5-642b828026759a19a07a698affe23ee96c72e714.zip hdf5-642b828026759a19a07a698affe23ee96c72e714.tar.gz hdf5-642b828026759a19a07a698affe23ee96c72e714.tar.bz2 |
[svn-r21748] Snapshot version 1.9 release 98
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 4172ad9..31a4d58 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 = 88 +LT_VERS_REVISION = 89 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 |