diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-07-09 14:37:01 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-07-09 14:37:01 (GMT) |
commit | 33ef1bcfb2c154b9f51d99a6657719ee75fb7b67 (patch) | |
tree | 2961ef887d134db2f8ba7abe14b4a9c88229c532 /hl/c++ | |
parent | b0cb971ada1fc090fe2ba8fa71ed08f6b38d50d7 (diff) | |
download | hdf5-33ef1bcfb2c154b9f51d99a6657719ee75fb7b67.zip hdf5-33ef1bcfb2c154b9f51d99a6657719ee75fb7b67.tar.gz hdf5-33ef1bcfb2c154b9f51d99a6657719ee75fb7b67.tar.bz2 |
[svn-r17170] Merged the trunk changes into the branch:
svn merge -r17093:17169 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
tested: smirom (icc, pgi), linew
Diffstat (limited to 'hl/c++')
-rw-r--r-- | hl/c++/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 97be687..d5c9d89 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -349,7 +349,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 = 32 +LT_VERS_REVISION = 34 LT_VERS_AGE = 0 # Include src directory |