From f62dfcd5e788cb2b41b2c49c4058f9398b68240d Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Tue, 14 May 2024 15:23:26 +0200 Subject: [PATCH] bump soversion --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7974acbdc..a951df07c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project(re DESCRIPTION "Generic library for real-time communications" ) -set(PROJECT_SOVERSION 23) # bump if ABI breaks +set(PROJECT_SOVERSION 24) # bump if ABI breaks # Pre-release identifier, comment out on a release # Increment for breaking changes (dev2, dev3...)