diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 19:16:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 19:16:56 (GMT) |
commit | dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20 (patch) | |
tree | 66ba7ec0ef14d60fc529db5e7afe49260e21f5c4 /fortran | |
parent | 984f459ff403034b7abe5c9f0f46ed8ea45e23a8 (diff) | |
download | hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.zip hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.tar.gz hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.tar.bz2 |
[svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and LT_VERS_REVISION to 1 and ran reconfigure.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index b4911a6..cebd9fb 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -723,8 +723,8 @@ 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 = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 AM_FCLIBS = $(LIBHDF5) |