ref: 1c955b28c9af9f80ad7e0eec17ca9197dcb7ed71
parent: 3f273e0c2d5e160e1f4c03fa796420b0d20acc84
author: Ralph Giles <giles@mozilla.com>
date: Wed Dec 30 11:16:47 EST 2015
Bump soname for v0.7. We have added new public interfaces, but are still backward compatible with clients built against older releases.
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,9 @@
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-OP_LT_CURRENT=3
-OP_LT_REVISION=1
-OP_LT_AGE=3
+OP_LT_CURRENT=4
+OP_LT_REVISION=0
+OP_LT_AGE=4
AC_SUBST(OP_LT_CURRENT)
AC_SUBST(OP_LT_REVISION)