[svn-r3189] Purpose:

Changed version number to beta3, now that beta2 is out.
This commit is contained in:
Quincey Koziol 2000-12-22 09:48:36 -05:00
parent fe3c7484d7
commit b191b2bb9d
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -1,4 +1,4 @@
This is hdf5-1.4.0-beta2 released on Wed Dec 20 12:21:25 CST 2000
This is hdf5-1.4.0-beta3 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

View File

@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$";
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "beta2" /* For pre-releases like snap0 */
#define H5_VERS_SUBRELEASE "beta3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \