From 953a75e4f164e881a145ca669f1ec34dd1357d05 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 22 Jul 2001 05:10:46 -0500 Subject: [svn-r4253] Snapshot version 1.5 release 8 --- README.txt | 2 +- doc/html/ADGuide/RELEASE.txt | 4 +++- release_docs/RELEASE.txt | 2 +- src/H5public.h | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index d5cd3ee..22c2d14 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.5.8 currently under development +HDF5 version 1.5.9 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 6ae73e3..45073d9 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.5.7 released on Wed Jul 11 07:20:09 CDT 2001 +HDF5 version 1.5.8 released on Sun Jul 22 05:08:59 CDT 2001 ================================================================================ @@ -66,6 +66,8 @@ Configuration * Changed the default value of $NPROCS from 2 to 3 since 3 processes have a much bigger chance catching parallel errors than just 2. * Basic port to Compaq (nee DEC) Alpha OSF 5. + * Added --enable-linux-lfs flag to allow more control over whether to enable + or disable large file support on Linux. Tools diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c13cc08..6a3abda 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.5.8 currently under development +HDF5 version 1.5.9 currently under development ================================================================================ diff --git a/src/H5public.h b/src/H5public.h index dc7b570..faadc20 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -66,10 +66,10 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 5 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 8 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 9 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.5.8" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.9" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12