From 8603132b2a699977d40d7dee3737e44b3a66865c Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 6 Feb 2001 14:20:45 -0500 Subject: [svn-r3371] Snapshot version 1.4 release 0 (beta3-pre4) --- README | 2 +- doc/html/ADGuide/RELEASE.txt | 8 +++++++- src/H5public.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 7adbcdf..04a69ab 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is hdf5-1.4.0-beta3-pre4 currently under development +This is hdf5-1.4.0-beta3-pre5 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 59d0aab..c30b39c 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -7,7 +7,7 @@ INTRODUCTION This document describes the differences between HDF5-1.2.0 and HDF5-1.4-Beta3, and contains information on the platforms tested and -known problems in HDF5-1.4-Beta3. For more details check the HISTORY +known problems in HDF5-1.4-Beta3. For more details check the HISTORY.txt file in the HDF5 source. The HDF5 documentation can be found on the NCSA ftp server @@ -61,6 +61,10 @@ New Features * Added a new array datatype to the datatypes which can be created. Removed "array fields" from compound datatypes (use an array datatype instead). * Parallel HDF5 works correctly with mpich-1.2.1 on Solaris, SGI, Linux. + * You can now install the HDF5 documentation using the + ``make install-doc'' command. The documentation is installed in the + $(prefix)/doc directory where $(prefix) is the prefix specified by + the (optional) ``--prefix'' flag during configuration. h4toh5 Utility ============== @@ -352,6 +356,8 @@ Platforms Tested AIX 4.3.2 (IBM SP) mpcc_r 3.6.6 Cray T3E sn6711 2.0.5.43 Cray Standard C Version 6.4.0.0 Cray Fortran Version 3.4.0.2 + Cray SV1 sn9605 10.0.0.7 Cray Standard C Version 6.4.0.0 + Cray Fortran Version 3.4.0.2 FreeBSD 4.2 gcc 2.95.2 g++ 2.95.2 HP-UX B.10.20 HP C HP92453-01 A.10.32.30 diff --git a/src/H5public.h b/src/H5public.h index 69e6616..87db0e4 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$"; #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "beta3-pre4" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "beta3-pre5" /* For pre-releases like snap0 */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ -- cgit v0.12