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...)