diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-12-20 17:19:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-12-20 17:19:03 (GMT) |
commit | 641f475af586574ba09a19e30e715396c783acba (patch) | |
tree | a5fc578ce92e4e2343e9ca7ba2ff48b2d79977fd /src/H5public.h | |
parent | 59835445477cc7308f775d9ca611d113c57304de (diff) | |
download | hdf5-641f475af586574ba09a19e30e715396c783acba.zip hdf5-641f475af586574ba09a19e30e715396c783acba.tar.gz hdf5-641f475af586574ba09a19e30e715396c783acba.tar.bz2 |
[svn-r3165] Increase subrelease string to beta2 to avoid confusion.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index de439d8..4a327af 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -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, \ |