From d6dae178d7652388109c8e0b394fff1d5806d7eb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 29 Mar 2011 12:26:03 -0400 Subject: [PATCH] Bump shared library minor version for API additions since 2.32 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8f37cec..b0414cb 100644 --- a/configure.ac +++ b/configure.ac @@ -16,10 +16,10 @@ SOUP_API_VERSION=2.4 AC_SUBST(SOUP_API_VERSION) # Increment on interface addition. Reset on removal. -SOUP_AGE=3 +SOUP_AGE=4 # Increment on interface add, remove, or change. -SOUP_CURRENT=4 +SOUP_CURRENT=5 # Increment on source change. Reset when CURRENT changes. SOUP_REVISION=0 -- 2.7.4