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 /hl/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 'hl/fortran/src')
-rw-r--r-- | hl/fortran/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 9b273a6..545fe3f 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -687,8 +687,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 # Our main target, the high-level fortran library |