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 /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 '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 8becac5..49a4990 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -360,7 +360,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 |