diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
commit | b0da4a248775802d6feb3b7470f1416aa317f8aa (patch) | |
tree | 5e36a35221f059542b8ffad3d9caa27207ef3fc6 /config | |
parent | 39437c5040b168014e27bd5b1f4afb0482764ae5 (diff) | |
download | hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.zip hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.gz hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.bz2 |
[svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did:
modified MANIFEST according Quincey's instructions to fix
the problem exposed by bin/release (compilation fails
because some header files were not included in the distribution)
fixed small typo and modified include_HEADERS line in
src/Makefile.am to address the problem exposed by bin/release
ran bin/h5vers to change version number to 1.8.0-alpha0
ran bin/release to release tar ball to the ftp server
Solution:
Platforms tested: mir MANY,MANY,MANY times
Misc. update:
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index 23b6704..8714f5d 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -1,7 +1,7 @@ # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 4 -LT_VERS_REVISION = 3 +LT_VERS_REVISION = 4 LT_VERS_AGE = 3 ## If the API changes *at all*, increment LT_VERS_INTERFACE and |