Skip to content

Commit 1aad993

Browse files
committed
Bump soname version for v0.4.
We've added opus_picture_tag.
1 parent 9b0a48c commit 1aad993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
3333
dnl - interfaces added -> increment AGE
3434
dnl - interfaces removed -> AGE = 0
3535

36-
OP_LT_CURRENT=1
36+
OP_LT_CURRENT=2
3737
OP_LT_REVISION=0
38-
OP_LT_AGE=1
38+
OP_LT_AGE=2
3939

4040
AC_SUBST(OP_LT_CURRENT)
4141
AC_SUBST(OP_LT_REVISION)

0 commit comments

Comments
 (0)