diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2007-01-29 15:58:07 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2007-01-29 15:58:07 (GMT) |
commit | 55d4ec6ebf2f9f8037b33a39bc62bf93232771d8 (patch) | |
tree | e90a13edb2c2bfb22949b16ef3fe707eaab9caa1 /src/H5public.h | |
parent | aba265ce35e3c735c475689315e6c17b953bf84a (diff) | |
download | hdf5-55d4ec6ebf2f9f8037b33a39bc62bf93232771d8.zip hdf5-55d4ec6ebf2f9f8037b33a39bc62bf93232771d8.tar.gz hdf5-55d4ec6ebf2f9f8037b33a39bc62bf93232771d8.tar.bz2 |
[svn-r13216] Snapshot version 1.8 release 0 (alpha6snap0)
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 b69021b..3101123 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 "alpha6snap0" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha6snap1" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap1" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |