diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-05-23 14:19:26 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-05-23 14:19:26 (GMT) |
commit | 0db46e50d264ae7b572a0ac118c2bf3e7d54ccf9 (patch) | |
tree | b4b85709912be151f40a976a76e99f9f3bf6f859 /hl/fortran/src | |
parent | 1d9307bd91d51e15e408a584b4c761cacf916b96 (diff) | |
download | hdf5-0db46e50d264ae7b572a0ac118c2bf3e7d54ccf9.zip hdf5-0db46e50d264ae7b572a0ac118c2bf3e7d54ccf9.tar.gz hdf5-0db46e50d264ae7b572a0ac118c2bf3e7d54ccf9.tar.bz2 |
[svn-r20890] Snapshot version 1.9 release 82
Diffstat (limited to 'hl/fortran/src')
-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 0c86820..b740a93 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -433,7 +433,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 = 71 +LT_VERS_REVISION = 72 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 |