diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-05-21 00:31:06 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-05-21 00:31:06 (GMT) |
commit | 1fd36c6a348a8ceda0145fb7999b1bc069b7ac70 (patch) | |
tree | d708334f3cda58fa62f8bfd85f2e973920bbad3c /src/H5public.h | |
parent | 674f45036710a7bf230ca3dae86aa9ca37ff9ed1 (diff) | |
download | hdf5-1fd36c6a348a8ceda0145fb7999b1bc069b7ac70.zip hdf5-1fd36c6a348a8ceda0145fb7999b1bc069b7ac70.tar.gz hdf5-1fd36c6a348a8ceda0145fb7999b1bc069b7ac70.tar.bz2 |
[svn-r22383] Snapshot version 1.8 release 10 (snap0)
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 14ef19f..ccabbe2 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -76,9 +76,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 10 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.10-snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.10-snap1" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |