diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-06 16:32:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-06 16:32:29 (GMT) |
commit | e33df58ec51018254b7a441c9e6aae2592ba687a (patch) | |
tree | 6697077526805e85b9322879a18a6c2bfa18845a /src/H5public.h | |
parent | a1fee4191e1132d050987453582e1a872355acc7 (diff) | |
download | hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.zip hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.tar.gz hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.tar.bz2 |
[svn-r12339] Purpose: Maintenance after hdf5-1.8.0-alpha2 release
Description: Changed version suffix to alpha3
Solution: ran bin/h5vers script
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 0db094c..8281052 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 "alpha2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha3" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |