diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-07-22 10:10:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-07-22 10:10:46 (GMT) |
commit | 953a75e4f164e881a145ca669f1ec34dd1357d05 (patch) | |
tree | 2f3fcd9948b057aee4ac605103cb6e497e6d40c7 | |
parent | 988bcb58f580253e2ccbb6d4a2e03ad6cc1d9140 (diff) | |
download | hdf5-953a75e4f164e881a145ca669f1ec34dd1357d05.zip hdf5-953a75e4f164e881a145ca669f1ec34dd1357d05.tar.gz hdf5-953a75e4f164e881a145ca669f1ec34dd1357d05.tar.bz2 |
[svn-r4253] Snapshot version 1.5 release 8
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 4 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 |
4 files changed, 7 insertions, 5 deletions
@@ -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) |