diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-29 14:32:15 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-29 14:32:15 (GMT) |
commit | 26b8fa0d10e827513a2f174256a7a15a06542c70 (patch) | |
tree | 14984857929d5f20a0097d6d09345b4a1dce532b /fortran/src/Makefile.in | |
parent | 6db52ee61f4c082da642b3a39eb2cf64031acb6a (diff) | |
download | hdf5-26b8fa0d10e827513a2f174256a7a15a06542c70.zip hdf5-26b8fa0d10e827513a2f174256a7a15a06542c70.tar.gz hdf5-26b8fa0d10e827513a2f174256a7a15a06542c70.tar.bz2 |
[svn-r28738] Updated a few Makefile.in files with new version numbers.
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 7775679..69567f3 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -737,8 +737,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 224 +LT_VERS_INTERFACE = 100 +LT_VERS_REVISION = 900 LT_VERS_AGE = 0 AM_FCLIBS = $(LIBHDF5) |