Skip to content

Commit

Permalink
Bump soname from 25.7.0 to 33.0.0
Browse files Browse the repository at this point in the history
2 new symbols were added, 472 were removed
  • Loading branch information
jan-cerny committed Aug 13, 2024
1 parent 868a973 commit a45f4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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)

## 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}")

Expand Down

0 comments on commit a45f4ab

Please sign in to comment.