diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-04-30 16:41:05 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-04-30 16:41:05 (GMT) |
commit | 525b9f40e5c112b777a28d207ccb6fd454f156fc (patch) | |
tree | 6104338109c1ed6c44e3022df3723301f9c43bdb /src | |
parent | 037249b9a44c00f37030d66f17d96ececad602d2 (diff) | |
parent | 0c91e6b92217bcf47d3ee21351c5b89d74c36609 (diff) | |
download | hdf5-525b9f40e5c112b777a28d207ccb6fd454f156fc.zip hdf5-525b9f40e5c112b777a28d207ccb6fd454f156fc.tar.gz hdf5-525b9f40e5c112b777a28d207ccb6fd454f156fc.tar.bz2 |
Merge pull request #1042 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit '0c91e6b92217bcf47d3ee21351c5b89d74c36609':
Updated version to 1.10.3-snap1
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 c30d4ba..142b3d3 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -94,9 +94,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 3 /* 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.10.3-snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap1" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |