diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-10-08 21:47:38 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-10-08 21:47:38 (GMT) |
commit | 129c8840ae740afeab1013727614a76990c828ff (patch) | |
tree | fac0f6dc316e56d77ce95ff577bf0923eaff7e51 /hl/fortran/src/Makefile.in | |
parent | 038d87f21da9d3643adc04e229aedff9f431c4de (diff) | |
download | hdf5-129c8840ae740afeab1013727614a76990c828ff.zip hdf5-129c8840ae740afeab1013727614a76990c828ff.tar.gz hdf5-129c8840ae740afeab1013727614a76990c828ff.tar.bz2 |
[svn-r28012] Reset version after creating hdf5_1_8_16 branch.
Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r-- | hl/fortran/src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 1e67d6c..ade1ead 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -679,9 +679,9 @@ 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 = 10 -LT_VERS_REVISION = 1 -LT_VERS_AGE = 0 +LT_VERS_INTERFACE = 11 +LT_VERS_REVISION = 0 +LT_VERS_AGE = 1 # Our main target, the high-level fortran library lib_LTLIBRARIES = libhdf5hl_fortran.la |