diff options
author | lrknox <lrknox> | 2017-03-21 15:57:40 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-03-24 01:03:27 (GMT) |
commit | 972344e23141f4709c259322bc3480c9f437faae (patch) | |
tree | 1c4ff5f4c3421e61d0dbe0e72855bfc01b255c59 /src | |
parent | 87dceab9deb7e1580b3c5a1216ac3a9003eb0a42 (diff) | |
download | hdf5-972344e23141f4709c259322bc3480c9f437faae.zip hdf5-972344e23141f4709c259322bc3480c9f437faae.tar.gz hdf5-972344e23141f4709c259322bc3480c9f437faae.tar.bz2 |
Merge bin/h5vers changes from develop.
Pull version from configure for version test in h5repack_plugin.sh.in
Update version to 1.10.2-snap0 for hdf5_1_10 branch.
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 76be643..2e73ec9 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -94,10 +94,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 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre0" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.1-pre0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.2-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |