diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2020-02-14 05:07:56 -0500 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2020-02-14 05:07:56 -0500 |
commit | ef8a302d6b079fa425c802f87c9778e1d2f6b542 (patch) | |
tree | 46b5cf85a3be077b1da86915fbd2540309098e32 /configure.ac | |
parent | 5d70f1226b9046d814a8efe4b00453b68805e34c (diff) | |
download | pulseaudio-ef8a302d6b079fa425c802f87c9778e1d2f6b542.tar.gz |
build: Bump soversion for libpulsev13.99.1
No interface changes, but minor implementation change via a fix for when
contexts are freed.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1d0878ab..0ac5651fb 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 33) # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21]) +AC_SUBST(LIBPULSE_VERSION_INFO, [21:2:21]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z |