Skip to content

Commit

Permalink
Update CMakeLists.txt to latest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Apr 11, 2024
1 parent d8b6055 commit 3f96311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (NOT H5PL_VERS_MINOR)
set (H5PL_VERS_MINOR "14")
endif ()
if (NOT H5PL_VERS_RELEASE)
set (H5PL_VERS_RELEASE "3")
set (H5PL_VERS_RELEASE "4")
endif ()
set (H5PL_OVERRIDE_VERSION "${H5PL_VERS_MAJOR}.${H5PL_VERS_MINOR}.${H5PL_VERS_RELEASE}")

Expand Down

0 comments on commit 3f96311

Please sign in to comment.