diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 03:45:43 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 03:45:43 (GMT) |
commit | 029cde6111c3e60a8bf430ed6620c2ec0fc7349c (patch) | |
tree | abe5bfab748f35204e58777c3e96788f1249fb8d /src/H5public.h | |
parent | c58558e872d529da6eda327183ca2d14cfa91b95 (diff) | |
download | hdf5-029cde6111c3e60a8bf430ed6620c2ec0fc7349c.zip hdf5-029cde6111c3e60a8bf430ed6620c2ec0fc7349c.tar.gz hdf5-029cde6111c3e60a8bf430ed6620c2ec0fc7349c.tar.bz2 |
Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release"
This reverts commit c58558e872d529da6eda327183ca2d14cfa91b95.
H5TEST-tcheck_version-release failed.
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 fbd0f5f..4b8e7f3 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -84,7 +84,7 @@ /** * For tweaks, bug-fixes, or development */ -#define H5_VERS_RELEASE 3 +#define H5_VERS_RELEASE 2 /** * For pre-releases like \c snap0. Empty string for official releases. */ @@ -92,7 +92,7 @@ /** * Full version string */ -#define H5_VERS_INFO "HDF5 library version: 1.13.3-1" +#define H5_VERS_INFO "HDF5 library version: 1.13.2-1" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |