diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-09-29 12:38:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 12:38:59 (GMT) |
commit | 1c52149f75a4b6ba0e5cf542d33ae9104019a272 (patch) | |
tree | cbfca5edde03c769019abb4beb76d136763b47da /src/H5public.h | |
parent | b410d9535c453aa888e839a251487f7a9ba1d0a2 (diff) | |
download | hdf5-1c52149f75a4b6ba0e5cf542d33ae9104019a272.zip hdf5-1c52149f75a4b6ba0e5cf542d33ae9104019a272.tar.gz hdf5-1c52149f75a4b6ba0e5cf542d33ae9104019a272.tar.bz2 |
Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048)
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 9936a69..c9430dc 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 "6" +#define H5_VERS_SUBRELEASE "7" /** * Full version string */ -#define H5_VERS_INFO "HDF5 library version: 1.13.0-6" +#define H5_VERS_INFO "HDF5 library version: 1.13.0-7" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |