diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-10-17 17:51:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-10-17 17:51:56 (GMT) |
commit | 1e328eb14521d31fd41edd6b3b20d7f1af0f3e2f (patch) | |
tree | f00fd7369899f98833216bdd7181cfa6974a8695 /hl/fortran | |
parent | 380ef594fe77e2a44cd22a395b03cd5d61497a67 (diff) | |
download | hdf5-1e328eb14521d31fd41edd6b3b20d7f1af0f3e2f.zip hdf5-1e328eb14521d31fd41edd6b3b20d7f1af0f3e2f.tar.gz hdf5-1e328eb14521d31fd41edd6b3b20d7f1af0f3e2f.tar.bz2 |
[svn-r28119] RELEASE.txt:
Fix typo and update software configuration tested.
MANIFEST
bin/*
Moved package scripts to bin/pkgscrpts directory and updated them for HDF5 v1.8.16 release
*/Makefile.in
Update LT_*_VERS_* numbers after running bin/reconfigure.
Tested with h5committest.new
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/src/Makefile.in | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index c0f1f3d..25240f0 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -685,18 +685,21 @@ LT_VERS_AGE = 1 LT_CXX_VERS_INTERFACE = 11 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 -LT_F_VERS_INTERFACE = 11 -LT_F_VERS_REVISION = 0 -LT_F_VERS_AGE = 1 -LT_HL_VERS_INTERFACE = 11 -LT_HL_VERS_REVISION = 0 -LT_HL_VERS_AGE = 1 -LT_HL_CXX_VERS_INTERFACE = 11 -LT_HL_CXX_VERS_REVISION = 0 -LT_HL_CXX_VERS_AGE = 1 -LT_HL_F_VERS_INTERFACE = 11 -LT_HL_F_VERS_REVISION = 0 -LT_HL_F_VERS_AGE = 1 +LT_F_VERS_INTERFACE = 10 +LT_F_VERS_REVISION = 2 +LT_F_VERS_AGE = 0 +LT_HL_VERS_INTERFACE = 10 +LT_HL_VERS_REVISION = 2 +LT_HL_VERS_AGE = 0 +LT_HL_CXX_VERS_INTERFACE = 10 +LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_AGE = 0 +LT_HL_F_VERS_INTERFACE = 10 +LT_HL_F_VERS_REVISION = 2 +LT_HL_F_VERS_AGE = 0 +LT_TOOLS_VERS_INTERFACE = 10 +LT_TOOLS_VERS_REVISION = 2 +LT_TOOLS_VERS_AGE = 0 # Our main target, the high-level fortran library lib_LTLIBRARIES = libhdf5hl_fortran.la |