From 353a3804640a8d18ab0cf0ce41353d680d20c605 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 18 Apr 2024 22:26:08 +0200 Subject: [PATCH] Bump sover --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 936d4c8..edf03b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 5) set(META_VERSION_PATCH 3) set(META_RELEASE_DATE "2024-04-09") -set(META_SOVERSION 13) +set(META_SOVERSION 14) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)