Skip to content
Snippets Groups Projects
Commit 6d0555b6 authored by Ralph Giles's avatar Ralph Giles
Browse files

Bump the soname versioning for v0.3.

parent 0f429a07
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,9 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
OP_LT_CURRENT=0
OP_LT_REVISION=1
OP_LT_AGE=0
OP_LT_CURRENT=1
OP_LT_REVISION=0
OP_LT_AGE=1
AC_SUBST(OP_LT_CURRENT)
AC_SUBST(OP_LT_REVISION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment