diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-05-18 15:26:01 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-05-18 15:26:01 (GMT) |
commit | 973c61fd42a317576b4fe6fa579b9fea4dbbc8ea (patch) | |
tree | fe5051cc7cfafd28eca5db799e9da09a97bebc22 /hl/c++ | |
parent | a41fb65b7ca24b5a2a6d4a73af135caac39bb7ea (diff) | |
download | hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.zip hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.gz hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.bz2 |
[svn-r18841] Changed version number to 1.8.4-snap0
Updated RELEASE.txt file accordingly.
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 5ad77f9..eb5578e 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -383,7 +383,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 = 3 +LT_VERS_REVISION = 4 LT_VERS_AGE = 0 # Include src directory |