From 4091b9a048566565daf2f3503aa681c5322d22a8 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:37:54 +0200 Subject: [PATCH] bump PROJECT_SOVERSION --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4035b7220..07040c975 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project(re DESCRIPTION "Generic library for real-time communications" ) -set(PROJECT_SOVERSION 26) # bump if ABI breaks +set(PROJECT_SOVERSION 27) # bump if ABI breaks # Pre-release identifier, comment out on a release # Increment for breaking changes (dev2, dev3...)