diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-21 17:19:59 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-21 17:19:59 (GMT) |
commit | 0c7dc67ea15fef6e07986dc6715567f4d64be6d3 (patch) | |
tree | a5d3db4cc61299388ef39193f9fdd817d508b25f /fortran | |
parent | 414c1654b3ab66a206d08868c886d85b37720586 (diff) | |
download | hdf5-0c7dc67ea15fef6e07986dc6715567f4d64be6d3.zip hdf5-0c7dc67ea15fef6e07986dc6715567f4d64be6d3.tar.gz hdf5-0c7dc67ea15fef6e07986dc6715567f4d64be6d3.tar.bz2 |
[svn-r21406] Updated Makefile.in after updating from trunk.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 4d90609..3a5c89f 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -478,7 +478,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 = 80 +LT_VERS_REVISION = 82 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |