diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-10-26 20:33:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-10-26 20:33:43 (GMT) |
commit | d3958ee85c8cb16d484f5753993f1a9e17d3f720 (patch) | |
tree | 44b3e3525284aa2d7b543ebe95d10f01f14587d5 /hl/c++/src | |
parent | cf7f386fd42ad520f6d2f3fc1ad1706bba791ae0 (diff) | |
download | hdf5-d3958ee85c8cb16d484f5753993f1a9e17d3f720.zip hdf5-d3958ee85c8cb16d484f5753993f1a9e17d3f720.tar.gz hdf5-d3958ee85c8cb16d484f5753993f1a9e17d3f720.tar.bz2 |
[svn-r19669] Description:
Bring r19658:19668 from trunk to revise_chunks branch.
Tested on:
FreeBSD/32 6.3 (duty) w/debug
Linux/32 2.6 (jam) w/debug
(h5committest not required on this branch)
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 5354a78..2384649 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -392,7 +392,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 = 67 +LT_VERS_REVISION = 68 LT_VERS_AGE = 0 # Include src directory |