diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-09-11 14:27:36 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-09-11 14:27:36 (GMT) |
commit | 645fae330db34b49ed06d75fef0a1b680821a906 (patch) | |
tree | 39376efec6241fd81f21cf2b65a414f82bd82c6d /hl/fortran/src/Makefile.in | |
parent | b87ae2b7853a3211178405c1328c9b95e193617a (diff) | |
download | hdf5-645fae330db34b49ed06d75fef0a1b680821a906.zip hdf5-645fae330db34b49ed06d75fef0a1b680821a906.tar.gz hdf5-645fae330db34b49ed06d75fef0a1b680821a906.tar.bz2 |
[svn-r21374] Snapshot version 1.9 release 91
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 c35502c..656e683 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 = 81 +LT_VERS_REVISION = 82 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 |