diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-04-03 13:56:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-04-03 13:56:57 (GMT) |
commit | cb0ff923de3876e43c5d23bf1e542f14a0dab59e (patch) | |
tree | c492ec96cbcdb4bb464c45a3a87c9c4c810b8260 /src/H5public.h | |
parent | bd2317cc11071f91e41f7229585173e956129932 (diff) | |
parent | 844f38c6462f42a9a3a6002de6a4acb0520b8fb7 (diff) | |
download | hdf5-cb0ff923de3876e43c5d23bf1e542f14a0dab59e.zip hdf5-cb0ff923de3876e43c5d23bf1e542f14a0dab59e.tar.gz hdf5-cb0ff923de3876e43c5d23bf1e542f14a0dab59e.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7':
Correct entry
Snapshot version 1.11 release 4. Update version to 1.11.5.
Allow option to select NAMESPACE
Correct examples for packaging
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 353ff16..3b53e00 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -93,10 +93,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 11 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.11.4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.11.5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |