diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-01 22:39:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-01 22:39:56 (GMT) |
commit | b599f6bee0d34d897b9db0c9e2e933a40a6c2730 (patch) | |
tree | 8c1877c8a9437ed132cf9f49a912e74b879ebd2b /src/H5public.h | |
parent | 7a91d952cc8a9623f246e2a231a80a4660417247 (diff) | |
download | hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.zip hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.tar.gz hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.tar.bz2 |
[svn-r12394] Purpose: Maintenance
Description: Ran /bin/h5vers to change suffix to alpha4 after creating hdf5-1.8.0-alpha3
tar ball and tagging the release with hdf5_1_8_0_alpha3 tag
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index 8281052..da87524 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -67,9 +67,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "alpha3" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha4" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha4" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |