Skip to content

Commit

Permalink
Prep the next release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda authored Aug 30, 2024
1 parent d8d0115 commit cd2685a
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 @@ -19,7 +19,7 @@ if(WASM)
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/wasm/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake")
endif()

project(mgclient VERSION 1.4.1)
project(mgclient VERSION 1.4.4)
# Minor version increase can also mean ABI incompatibility with previous
# versions. IMPORTANT: Take care of the SO version manually.
set(mgclient_SOVERSION 2)
Expand Down

0 comments on commit cd2685a

Please sign in to comment.