Skip to content

Commit

Permalink
Update Celix version in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Sep 19, 2023
1 parent ee40d11 commit 31ea5f9
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 @@ -146,7 +146,7 @@ endif()
# Set version for the framework package/release
if (NOT DEFINED CELIX_MAJOR)
set(CELIX_MAJOR "2")
set(CELIX_MINOR "3")
set(CELIX_MINOR "4")
set(CELIX_MICRO "0")
endif ()

Expand Down

0 comments on commit 31ea5f9

Please sign in to comment.