From 6c5bc91906d0dc1fdb69675adda3d243586587ee Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 30 Aug 2024 21:05:05 +0200 Subject: [PATCH] Prep the next release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cf1698..e36de6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)