From a45f4ab7a134bdd67ffd98f362d1c3def10d6945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Tue, 13 Aug 2024 14:03:19 +0200 Subject: [PATCH] Bump soname from 25.7.0 to 33.0.0 2 new symbols were added, 472 were removed --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2453d5eddf..e4076b711a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details ## increment if the interface has additions, changes, removals. -set(LT_CURRENT 32) +set(LT_CURRENT 33) ## increment any time the source changes; set 0 to if you increment CURRENT set(LT_REVISION 0) @@ -31,7 +31,7 @@ set(LT_REVISION 0) ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -set(LT_AGE 7) +set(LT_AGE 0) math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")