Skip to content

Commit

Permalink
BUG: Fix invalid combination of library lower and upper bounds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Jul 20, 2023
1 parent 0fcab55 commit d331e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/H5Support/H5Utilities.h
Expand Up @@ -61,7 +61,7 @@

#if(H5_VERS_MINOR == 12)
#define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V110
#define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V18
#define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V110
#endif

#if(H5_VERS_MINOR == 14)
Expand Down

0 comments on commit d331e9a

Please sign in to comment.