Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits: d1e0594e by Arun Raghavan at 2020-11-23T13:24:03-05:00 build-sys: Bump libpulse soversion This is because we reverted the previous API breaking change to the meaning of the pa_mainloop_prepare() timeout argument. - - - - - 2 changed files: - configure.ac - meson.build Changes: ===================================== configure.ac ===================================== @@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 34) # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -AC_SUBST(LIBPULSE_VERSION_INFO, [22:0:22]) +AC_SUBST(LIBPULSE_VERSION_INFO, [23:0:23]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z ===================================== meson.build ===================================== @@ -23,7 +23,7 @@ pa_protocol_version = 34 # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -libpulse_version_info = [22, 0, 22] +libpulse_version_info = [23, 0, 23] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/d1e0594e939e3309435c966d994b0207b10f5175 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/d1e0594e939e3309435c966d994b0207b10f5175 You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits