diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-22 22:07:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-22 22:07:25 (GMT) |
commit | cd60d3859322bb1b0a60ca6361d027134c05cb0f (patch) | |
tree | a2c55d71ae15064930825a9ae6f7bc1ec618465e /src/Makefile.in | |
parent | ae27797c11916301ccec9d467cb3545ccc525162 (diff) | |
download | hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.zip hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.gz hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.bz2 |
[svn-r15068] Maintenance: used h5vers script to change version number to 1.8.1-rc1 before creating a tar
ball for remote testing
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d909df9..ef3e9fc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -403,7 +403,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |