mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 05:58:24 +02:00
main: set application.version on the core
This allows seeing wireplumber's version in pw-dump and such
This commit is contained in:
parent
a79d002402
commit
0508561686
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue