From a754d5a9993d54780edac836e7a7946abf007200 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 26 Nov 2010 01:38:43 +0100 Subject: build-sys: bump soname --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0f6ff815..9de6a814 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 19) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [12:2:12]) +AC_SUBST(LIBPULSE_VERSION_INFO, [12:3:12]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z -- cgit