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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 2588633..63a93b4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -718,8 +718,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 # Our main target, the HDF5 library |