Bump shared library minor version for API additions since 2.32
authorDan Winship <danw@gnome.org>
Tue, 29 Mar 2011 16:26:03 +0000 (12:26 -0400)
committerDan Winship <danw@gnome.org>
Tue, 29 Mar 2011 16:27:06 +0000 (12:27 -0400)
configure.ac

index 8f37cec..b0414cb 100644 (file)
@@ -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