diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-09-04 18:52:42 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-09-04 18:52:42 (GMT) |
commit | 59ce66cc47e52d37a290ed8fcd126e476358e190 (patch) | |
tree | ee3e1f38eb88c5c90f65c04522655a543be20be6 /src | |
parent | eb3b12872a1f3c4446d40dbbc11da73080eb3fea (diff) | |
download | hdf5-59ce66cc47e52d37a290ed8fcd126e476358e190.zip hdf5-59ce66cc47e52d37a290ed8fcd126e476358e190.tar.gz hdf5-59ce66cc47e52d37a290ed8fcd126e476358e190.tar.bz2 |
Update version to 1.10.7-2
Update packaging scripts => README file and RELEASE.txt.
Diffstat (limited to 'src')
-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 e451905..c4e2e2c 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -97,9 +97,9 @@ extern "C" { #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_SUBRELEASE "2" /* 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.7-2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |