[svn-r3939] Snapshot version 1.5 release 6

(Somehow snapshot did not commit these files in the last release.)
This commit is contained in:
Albert Cheng 2001-05-24 22:15:03 -05:00
parent e98e0fac5a
commit 5d1278c077
4 changed files with 5 additions and 5 deletions

2
README
View File

@ -1,4 +1,4 @@
This is hdf5-1.5.6 currently under development
This is hdf5-1.5.7 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
HDF5 library version 1.5.6 currently under development
HDF5 library version 1.5.7 currently under development
================================================================================

View File

@ -1,4 +1,4 @@
HDF5 version 1.5.5 released on Sat May 12 22:32:55 CDT 2001
HDF5 version 1.5.6 released on Sat May 19 22:32:57 CDT 2001
================================================================================

View File

@ -60,10 +60,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 6 /* For tweaks, bug-fixes, or development */
#define H5_VERS_RELEASE 7 /* 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.6" /* Full version string */
#define H5_VERS_INFO "HDF5 library version: 1.5.7" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)