[svn-r3165] Increase subrelease string to beta2 to avoid confusion.

This commit is contained in:
Albert Cheng 2000-12-20 12:19:03 -05:00
parent 5983544547
commit 641f475af5

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