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 /fortran/src | |
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 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index cebd9fb..e23aab7 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -723,9 +723,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 AM_FCLIBS = $(LIBHDF5) # This is our main target, the fortran library |