mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r4253] Snapshot version 1.5 release 8
This commit is contained in:
parent
988bcb58f5
commit
953a75e4f1
@ -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.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.8 currently under development
|
||||
HDF5 version 1.5.9 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user