diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2014-10-05 23:06:15 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2014-10-05 23:06:15 (GMT) |
commit | 6b2f27965b992992a97415c2c3fc6843a72177b2 (patch) | |
tree | c12aaec719487a27764ce853ac17f04051e213b3 /fortran/src | |
parent | 6f2b6f8d07fc19f4807b9fe006a4af21382c1a93 (diff) | |
download | hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.zip hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.tar.gz hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.tar.bz2 |
[svn-r25669] Snapshot version 1.8 release 14 (snap18)
Diffstat (limited to 'fortran/src')
-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 d74793d..abc8ae1 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -731,8 +731,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 8 -LT_VERS_REVISION = 3 +LT_VERS_INTERFACE = 9 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 AM_FCLIBS = $(LIBHDF5) |