[svn-r3208] Changed the SUBRELEASE information from just 'beta3' to 'beta3-snap0'

to indicate it is before beta3 release may be attempted.

Platform Tested:
    eirene--compiled without errors.
This commit is contained in:
Albert Cheng 2000-12-28 12:35:45 -05:00
parent 4cb87c9d21
commit 9d8f04ded1

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 "beta3" /* For pre-releases like snap0 */
#define H5_VERS_SUBRELEASE "beta3-snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \