diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-27 13:05:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 13:05:53 (GMT) |
commit | c86e4ccbea8eec7a5d0af52e338a0b73f4134a0f (patch) | |
tree | 3b8086b2dca08632746c236191bdbd33424885e8 /src/H5public.h | |
parent | 28ec5f9ad6761ecfebc4694a3253c2e748f87508 (diff) | |
download | hdf5-hdf5-1_14_3-rc1.zip hdf5-hdf5-1_14_3-rc1.tar.gz hdf5-hdf5-1_14_3-rc1.tar.bz2 |
HDF5 1.14.3 release candidate 1. (#3783)hdf5-1_14_3-rc1
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 eafc1e0..0b259db 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -87,11 +87,11 @@ /** * For pre-releases like \c snap0. Empty string for official releases. */ -#define H5_VERS_SUBRELEASE "2" +#define H5_VERS_SUBRELEASE "" /** * Full version string */ -#define H5_VERS_INFO "HDF5 library version: 1.14.3-2" +#define H5_VERS_INFO "HDF5 library version: 1.14.3" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |