Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
bump libtool variables correctly since a symbol was added
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Jun 24, 2015
1 parent acbcc79 commit 7b6ff38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 8)
AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 5)
AC_SUBST(LT_CURRENT, 9)
AC_SUBST(LT_REVISION, 0)
AC_SUBST(LT_AGE, 6)

AM_INIT_AUTOMAKE([1.11 -Wall -Werror])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 7b6ff38

Please sign in to comment.