diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-01-27 16:15:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-01-27 16:15:58 (GMT) |
commit | f94e51f7c14f8eb29d96790de4b973d5059902a6 (patch) | |
tree | f7adc26a89821461263c04ba13080ac27cb8a7c4 /src/H5public.h | |
parent | 261b24c62cf0505259c15be83cc6b4b334ecd526 (diff) | |
download | hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.zip hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.tar.gz hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.tar.bz2 |
[svn-r13208] Changed the minor release string to alpha6snap0 for pre-alpha6 snapshot releases.
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 d39543e..b69021b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -68,9 +68,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 "alpha5snap1" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha6snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5snap1" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |