Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits: fb530e0f by Arun Raghavan at 2019-09-01T07:35:10Z build-sys: Bump version info for libpulse Minor implementation change since last release (we now load X11 properties only for SSH connections). - - - - - 2 changed files: - configure.ac - meson.build Changes: ===================================== 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 y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [21:0:21]) +AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z ===================================== meson.build ===================================== @@ -23,7 +23,7 @@ pa_protocol_version = 33 # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -libpulse_version_info = [21, 0, 21] +libpulse_version_info = [21, 1, 21] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/fb530e0f3b2e36cfd28fb975237144d083419044 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/fb530e0f3b2e36cfd28fb975237144d083419044 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