main: set application.version on the core

This allows seeing wireplumber's version in pw-dump and such
This commit is contained in:
George Kiagiadakis
2024-03-18 17:13:50 +02:00
parent a79d002402
commit 0508561686

View File

@@ -167,6 +167,7 @@ main (gint argc, gchar **argv)
/* prepare core properties */
properties = wp_properties_new (
PW_KEY_APP_NAME, "WirePlumber",
PW_KEY_APP_VERSION, WIREPLUMBER_VERSION,
"wireplumber.daemon", "true",
"wireplumber.profile", profile,
NULL);