From 96c04cdd30c2f1361999f963c2373108224ba18f Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Thu, 9 Jan 2014 11:59:02 -0800
Subject: [PATCH] Bump soname version for v0.5.

We've added tag copy/compare, server_info, decode_cb, set_dither.
Constification is backward-compatible.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5bb3cf3..48bed73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=2
+OP_LT_CURRENT=3
 OP_LT_REVISION=0
-OP_LT_AGE=2
+OP_LT_AGE=3
 
 AC_SUBST(OP_LT_CURRENT)
 AC_SUBST(OP_LT_REVISION)
-- 
GitLab