Skip to content

Commit

Permalink
Fix soname (issue #211)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-kn committed Jul 27, 2020
1 parent d12372e commit 7709bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ QALCULATE_CURRENT=30

dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
QALCULATE_REVISION=0
QALCULATE_REVISION=1

dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has
dnl precedence over adding, so set to 0 if both happened.
QALCULATE_AGE=10
QALCULATE_AGE=9

AC_SUBST(QALCULATE_CURRENT)
AC_SUBST(QALCULATE_REVISION)
Expand Down

0 comments on commit 7709bd0

Please sign in to comment.