Skip to content

Commit 7f55cd1

Browse files
committed
Set mfi-server version to 1.1.0.0
1 parent a5b51c9 commit 7f55cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mfi-server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(MFI_SERVER_SOURCE_CODE
2727
${CMAKE_CURRENT_SOURCE_DIR}/src/mg/server.cpp
2828
${CMAKE_CURRENT_SOURCE_DIR}/src/mongoose.c
2929
)
30-
set(MFI_SERVER_VERSION 1.0.0.0)
30+
set(MFI_SERVER_VERSION 1.1.0.0)
3131
add_executable(${MFI_SERVER_TARGET_NAME}
3232
${MFI_SERVER_HEADERS}
3333
${MFI_SERVER_SOURCE_CODE}

0 commit comments

Comments
 (0)