diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2014-01-03 14:23:28 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2014-01-03 14:23:28 (GMT) |
commit | 07e3ae1f52e98ef99b373001bc8d000cc66893ee (patch) | |
tree | 654554b6337c8639ece4e7ee979680c29ccdc29b /c++ | |
parent | 43845ae14d68aa6a945c50993b144d93bc9baa67 (diff) | |
download | hdf5-07e3ae1f52e98ef99b373001bc8d000cc66893ee.zip hdf5-07e3ae1f52e98ef99b373001bc8d000cc66893ee.tar.gz hdf5-07e3ae1f52e98ef99b373001bc8d000cc66893ee.tar.bz2 |
[svn-r24608] Bring revisions #24432 - #24480 from trunk.
h5committested.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 2a39e46..ef8094d 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -469,7 +469,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 = 159 +LT_VERS_REVISION = 160 LT_VERS_AGE = 0 # Include src directory |