main: set application.version on the core
This allows seeing wireplumber's version in pw-dump and such
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user