[pulseaudio-commits] 2 commits - configure.ac Makefile.am

Tanu Kaskinen tanuk at kemper.freedesktop.org
Mon Jul 24 23:54:04 UTC 2017


 Makefile.am  |    1 +
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d16600145fcb29a09db9f9918b817edc03ca7ead
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Tue Jul 25 02:27:31 2017 +0300

    build-sys: add coverity/model.c to the tarball

diff --git a/Makefile.am b/Makefile.am
index 14054acc..1f460a97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
 	AGPL \
 	bootstrap.sh \
+	coverity/model.c \
 	git-version-gen \
 	LICENSE \
 	pulseaudio.supp \

commit fff0b343477792f8d997a2cafceba679855e34e4
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Tue Jul 25 01:47:58 2017 +0300

    build-sys: bump sonames

diff --git a/configure.ac b/configure.ac
index 1f8a1813..77b5ff5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,11 +44,11 @@ AC_SUBST(PA_PROTOCOL_VERSION, 32)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [20:1:20])
+AC_SUBST(LIBPULSE_VERSION_INFO, [20:2:20])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z
-AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:0:1])
+AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:1:1])
 
 # The ABI-stable GLib adapter for client applications, for the version
 # info x:y:z always will hold y=z



More information about the pulseaudio-commits mailing list