From 45aeeb6f67bda5d0ca72da40d201a3e693a51737 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 3 Oct 2024 11:51:43 +0200 Subject: [PATCH] Bump sover --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15ee0a14..d22221bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 6) set(META_VERSION_PATCH 3) set(META_RELEASE_DATE "2024-09-06") -set(META_SOVERSION 18) +set(META_SOVERSION 19) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)