From 3b632e700ebebfc0ac1f7fd18a7e2e1dbfbb466f Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 18 Jan 2025 00:48:02 +0100 Subject: [PATCH] Bump sover --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4c7d0a2..a92f9d0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 7) set(META_VERSION_PATCH 2) set(META_RELEASE_DATE "2025-01-09") -set(META_SOVERSION 21) +set(META_SOVERSION 22) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)