2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r561] Snapshot

This commit is contained in:
Robb Matzke 1998-08-01 04:14:21 -05:00
parent 0fd8e427c7
commit 53d271ee42
2 changed files with 2 additions and 2 deletions

2
README

@ -1,4 +1,4 @@
This is hdf5-1.0.45 released on Fri Jul 31 04:13:49 CDT 1998
This is hdf5-1.0.46 released on Sat Aug 1 04:13:56 CDT 1998
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

@ -27,7 +27,7 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 0 /* For minor interface/format changes */
#define H5_VERS_RELEASE 46 /* For tweaks, bug-fixes, or development */
#define H5_VERS_RELEASE 47 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)