diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-09 20:23:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-09 20:23:07 (GMT) |
commit | 81bcd314a9b170a5652f4d13b54b9cbaab14c03b (patch) | |
tree | d23a240e343fcbaa9f1ae2472f90c1f2ba766fce /hl/src | |
parent | cde5029461edd921e8f84dabed9eb8f01a704dba (diff) | |
download | hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.zip hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.tar.gz hdf5-81bcd314a9b170a5652f4d13b54b9cbaab14c03b.tar.bz2 |
[svn-r23147] ported revisions 23081:23145 from the trunk
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 84ff1ef..1be8e50 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -457,7 +457,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 126 +LT_VERS_REVISION = 130 LT_VERS_AGE = 0 # This library is our main target. |