Skip to content

Commit

Permalink
Set mfi-server version to 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Feb 11, 2024
1 parent a5b51c9 commit 7f55cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfi-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MFI_SERVER_SOURCE_CODE
${CMAKE_CURRENT_SOURCE_DIR}/src/mg/server.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/mongoose.c
)
set(MFI_SERVER_VERSION 1.0.0.0)
set(MFI_SERVER_VERSION 1.1.0.0)
add_executable(${MFI_SERVER_TARGET_NAME}
${MFI_SERVER_HEADERS}
${MFI_SERVER_SOURCE_CODE}
Expand Down

0 comments on commit 7f55cd1

Please sign in to comment.