Skip to content

Commit a45f4ab

Browse files
committed
Bump soname from 25.7.0 to 33.0.0
2 new symbols were added, 472 were removed
1 parent 868a973 commit a45f4ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ endif()
2323
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
2424

2525
## increment if the interface has additions, changes, removals.
26-
set(LT_CURRENT 32)
26+
set(LT_CURRENT 33)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
2929
set(LT_REVISION 0)
3030

3131
## increment if any interfaces have been added; set to 0
3232
## if any interfaces have been changed or removed. removal has
3333
## precedence over adding, so set to 0 if both happened.
34-
set(LT_AGE 7)
34+
set(LT_AGE 0)
3535

3636
math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")
3737

0 commit comments

Comments
 (0)