From fffa7202b26f3016900edbdbc6a5da6a6fada0e7 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 20 Jul 2001 13:03:59 -0500 Subject: [svn-r4248] Purpose: Maintenance for hdf5-1.4.2 release Description: Changes version number to 1.4.2 for the upcoming final testing and release (bin/h5vers -s has been used) --- README.txt | 2 +- release_docs/RELEASE.txt | 7 +------ src/H5public.h | 4 ++-- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 16b8739..21682a0 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.2-pre4 currently under development +HDF5 version 1.4.2 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 57d4e89..ffacb39 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.2-pre4 currently under development +HDF5 version 1.4.2 currently under development ================================================================================ @@ -73,9 +73,6 @@ Bug Fixes since HDF5-1.4.1 Release got dropped in some 1.3.x version. Re-implemented it with "new and improved" algorithm. It keeps track of "wasted" file-fragment in the free-list too. - * H5 <-> GIF convertor has been added. This is available under - tools/gifconv. The convertor supports the ability to create animated - gifs as well. * Removed limitation that the data transfer buffer size needed to be set for datasets whose dimensions were too large for the 'all' selection code to handle. Any size dimensioned datasets should be handled @@ -203,8 +200,6 @@ Known Problems * The executable are always dynamic on IRIX64 6.5(64 and n32) and IRIX 6.5 even if they are configured with --enable-static-exec. - - * The shared library failed compilation on IRIX 6.5. * After "make install" or "make install-doc" one may need to reload the source from the tar file before doing another build. diff --git a/src/H5public.h b/src/H5public.h index 1fc9e86..110add0 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -61,9 +61,9 @@ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre4" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.2-pre4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12