diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-04 04:35:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-04 04:35:33 (GMT) |
commit | d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6 (patch) | |
tree | b579914f65ecd6652ba7f7be74b25881672f7f41 /hl/c++/src | |
parent | f4e7559bd2d8bbd59535cbcafab78e162a6bffb6 (diff) | |
download | hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.zip hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.gz hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.bz2 |
[svn-r20408] Description:
Bring r20382:20407 from trunk to revise_chunks branch.
Tested on:
Linux/32 2.6 (chicago) w/C++
Diffstat (limited to 'hl/c++/src')
-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 5e31fcf..fb36b37 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -395,7 +395,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 = 70 +LT_VERS_REVISION = 71 LT_VERS_AGE = 0 # Include src directory |