diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 03:15:46 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 03:15:46 (GMT) |
commit | c58558e872d529da6eda327183ca2d14cfa91b95 (patch) | |
tree | fe7c0d73d3772c91316d3a3b54c9bffe0a2d3398 /src/H5public.h | |
parent | 8d5fcbcdce6e932a402fd3cdf210df502c4ab5ed (diff) | |
download | hdf5-c58558e872d529da6eda327183ca2d14cfa91b95.zip hdf5-c58558e872d529da6eda327183ca2d14cfa91b95.tar.gz hdf5-c58558e872d529da6eda327183ca2d14cfa91b95.tar.bz2 |
Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release
of HDF5 1.13.2.
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 4b8e7f3..fbd0f5f 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -84,7 +84,7 @@ /** * For tweaks, bug-fixes, or development */ -#define H5_VERS_RELEASE 2 +#define H5_VERS_RELEASE 3 /** * 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.2-1" +#define H5_VERS_INFO "HDF5 library version: 1.13.3-1" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |