Skip to content

Commit

Permalink
mfu: update library version to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Moody <moody20@llnl.gov>
  • Loading branch information
adammoody committed Feb 5, 2022
1 parent c2b95ed commit 7539aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ADD_SUBDIRECTORY(mpifileutils/test)
ADD_SUBDIRECTORY(mpifileutils/man)

# Version for the shared mfu library
set(MFU_VERSION_MAJOR 3) # Incompatible API changes
set(MFU_VERSION_MAJOR 4) # Incompatible API changes
set(MFU_VERSION_MINOR 0) # Backwards-compatible functionality
set(MFU_VERSION_PATCH 0) # Backwards-compatible fixes
set(MFU_VERSION ${MFU_VERSION_MAJOR}.${MFU_VERSION_MINOR}.${MFU_VERSION_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version for the shared mfu library
set(MFU_VERSION_MAJOR 3) # Incompatible API changes
set(MFU_VERSION_MAJOR 4) # Incompatible API changes
set(MFU_VERSION_MINOR 0) # Backwards-compatible functionality
set(MFU_VERSION_PATCH 0) # Backwards-compatible fixes
set(MFU_VERSION ${MFU_VERSION_MAJOR}.${MFU_VERSION_MINOR}.${MFU_VERSION_PATCH})
Expand Down

0 comments on commit 7539aed

Please sign in to comment.