mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Fix documentation of version info
The comment has been incorrect for a while now. Thanks to Jan Steffens for pointing this out.
This commit is contained in:
parent
f68b180097
commit
3fa0daee37
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@.@1@.@2@'.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue