diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-11-22 09:35:27 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-11-22 09:35:27 (GMT) |
commit | d486b52cf30c242f097956570f5c767c4793e179 (patch) | |
tree | 1792277a72805695b1c3ec68d097a65f09bb7aed /hl/fortran | |
parent | 29c4d0bb24256b27550f6cd193e82d4dbd65df64 (diff) | |
download | hdf5-d486b52cf30c242f097956570f5c767c4793e179.zip hdf5-d486b52cf30c242f097956570f5c767c4793e179.tar.gz hdf5-d486b52cf30c242f097956570f5c767c4793e179.tar.bz2 |
[svn-r28438] Snapshot version 1.8 release 17 (snap6)
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/src/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 25240f0..f70fa8c 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -680,25 +680,25 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 11 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 1 LT_CXX_VERS_INTERFACE = 11 -LT_CXX_VERS_REVISION = 0 +LT_CXX_VERS_REVISION = 1 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 10 -LT_F_VERS_REVISION = 2 +LT_F_VERS_REVISION = 3 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 10 -LT_HL_VERS_REVISION = 2 +LT_HL_VERS_REVISION = 3 LT_HL_VERS_AGE = 0 LT_HL_CXX_VERS_INTERFACE = 10 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_REVISION = 3 LT_HL_CXX_VERS_AGE = 0 LT_HL_F_VERS_INTERFACE = 10 -LT_HL_F_VERS_REVISION = 2 +LT_HL_F_VERS_REVISION = 3 LT_HL_F_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 10 -LT_TOOLS_VERS_REVISION = 2 +LT_TOOLS_VERS_REVISION = 3 LT_TOOLS_VERS_AGE = 0 # Our main target, the high-level fortran library |