summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2019-09-02 09:59:29 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-09-02 04:31:53 +0000
commit3fa0daee3771a99c1b39f83d8eb56399df888f7d (patch)
treef2026b08ee742b084355f0ad1ba8b4450d75d6e1 /meson.build
parentf68b1800971b5bcc7a30d978139731ccac66a275 (diff)
build-sys: Fix documentation of version info
The comment has been incorrect for a while now. Thanks to Jan Steffens for pointing this out.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 45df103f0..a10a1b3c8 100644
--- a/meson.build
+++ b/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@.@1@.@2@'.format(