build-sys: Fix documentation of version info
The comment has been incorrect for a while now. Thanks to Jan Steffens
for pointing this out.
diff --git a/configure.ac b/configure.ac
index c56bbf0..8278353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,15 +45,15 @@
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
diff --git a/meson.build b/meson.build
index 45df103..a10a1b3 100644
--- a/meson.build
+++ b/meson.build
@@ -22,15 +22,15 @@
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(