Skip to content

Commit

Permalink
bump shared library version to 3.0.0
Browse files Browse the repository at this point in the history
Bump shared library version to 3.0.0 due to previous commits.

Signed-off-by: Dalton Bohning <daltonx.bohning@intel.com>
  • Loading branch information
Dalton Bohning authored and adammoody committed Jan 31, 2021
1 parent 3281687 commit e2d5e25
Showing 1 changed file with 1 addition and 1 deletion.
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 2) # Incompatible API changes
set(MFU_VERSION_MAJOR 3) # 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 e2d5e25

Please sign in to comment.