diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-04-24 03:24:30 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-04-24 03:24:30 (GMT) |
commit | bf151ed10694a5cc19dfcbe40f76a54caf6346a1 (patch) | |
tree | 269070e629e44509c8e48f7bbe22dfbd488819bc /c++ | |
parent | f140eccaea8d41dd024d81d49a83a40d7cae2a45 (diff) | |
download | hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.zip hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.tar.gz hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.tar.bz2 |
[svn-r16853] Maintenance: Changed version number to 1.8.3-pre1 and created a tar ball
for remote testing.
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 e150312..822423a 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 = 1 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # Include src directory |