We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0115 commit cd2685aCopy full SHA for cd2685a
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.1)
+project(mgclient VERSION 1.4.4)
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