diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 18:51:18 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 18:51:18 (GMT) |
commit | 85862a9bba113c6bd32b520071b9299defa8d70a (patch) | |
tree | 04fecadb6660f61f0c7877121686c8947ad29a3a /src | |
parent | d5abf80c4caa9bef6cb42effacdd24dc31cee05b (diff) | |
parent | a2eb59d5d1223a79ef74f972303002f926489f52 (diff) | |
download | hdf5-85862a9bba113c6bd32b520071b9299defa8d70a.zip hdf5-85862a9bba113c6bd32b520071b9299defa8d70a.tar.gz hdf5-85862a9bba113c6bd32b520071b9299defa8d70a.tar.bz2 |
Merge pull request #2811 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'a2eb59d5d1223a79ef74f972303002f926489f52':
Add missing '-'.
Updated HDF5 1.10 support branch version number to 1.10.8-0
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h index e451905..31fc9a2 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -96,10 +96,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 10 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 7 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 8 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.7-1" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.8-0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |