[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Fix documentation of version info
Arun Raghavan
gitlab at gitlab.freedesktop.org
Mon Sep 2 05:37:43 UTC 2019
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
3fa0daee by Arun Raghavan at 2019-09-02T04:31:53Z
build-sys: Fix documentation of version info
The comment has been incorrect for a while now. Thanks to Jan Steffens
for pointing this out.
- - - - -
2 changed files:
- configure.ac
- meson.build
Changes:
=====================================
configure.ac
=====================================
@@ -45,15 +45,15 @@ AC_SUBST(PA_API_VERSION, 12)
AC_SUBST(PA_PROTOCOL_VERSION, 33)
# The stable ABI for client applications, for the version info x:y:z
-# always will hold y=z
+# always will hold x=z
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
+# applications, for the version info x:y:z always will hold x=z
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
+# info x:y:z always will hold x=z
AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:5:0])
AC_CANONICAL_HOST
=====================================
meson.build
=====================================
@@ -22,15 +22,15 @@ pa_api_version = 12
pa_protocol_version = 33
# The stable ABI for client applications, for the version info x:y:z
-# always will hold y=z
+# always will hold x=z
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
+# applications, for the version info x:y:z always will hold x=z
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
+# info x:y:z always will hold x=z
libpulse_mainloop_glib_version_info = [0, 5, 0]
libpulse_version = '@0 at .@1 at .@2@'.format(
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/3fa0daee3771a99c1b39f83d8eb56399df888f7d
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/3fa0daee3771a99c1b39f83d8eb56399df888f7d
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190902/c99387c5/attachment-0001.html>
More information about the pulseaudio-commits
mailing list