We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698831f commit d57df8aCopy full SHA for d57df8a
CMakeLists.txt
@@ -19,7 +19,7 @@ if(WASM)
19
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/wasm/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake")
20
endif()
21
22
-project(mgclient VERSION 1.4.0)
+project(mgclient VERSION 1.4.1)
23
# Minor version increase can also mean ABI incompatibility with previous
24
# versions. IMPORTANT: Take care of the SO version manually.
25
set(mgclient_SOVERSION 2)
0 commit comments