diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2007-03-08 19:09:19 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2007-03-08 19:09:19 (GMT) |
commit | 25bb6f5dd8af42d2facaab26f0cdeb7fc76456ae (patch) | |
tree | 398197c2e02a185067f19008fa7e8ef9abd67112 /src/H5public.h | |
parent | 2996c917afa9d8dc27ac0360d6e34cd637a513f6 (diff) | |
download | hdf5-25bb6f5dd8af42d2facaab26f0cdeb7fc76456ae.zip hdf5-25bb6f5dd8af42d2facaab26f0cdeb7fc76456ae.tar.gz hdf5-25bb6f5dd8af42d2facaab26f0cdeb7fc76456ae.tar.bz2 |
[svn-r13476] Snapshot version 1.8 release 0 (alpha6snap2)
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 aa4a592..226978b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -69,9 +69,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 "alpha6snap2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha6snap3" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |