From d93afe7f9b41c6d9d9c17319224a56af47e138e2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Aug 2018 15:37:18 +0200 Subject: [PATCH] core: set version --- src/pipewire/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/core.c b/src/pipewire/core.c index c15091521..290e91819 100644 --- a/src/pipewire/core.c +++ b/src/pipewire/core.c @@ -427,7 +427,7 @@ struct pw_core *pw_core_new(struct pw_loop *main_loop, struct pw_properties *pro this->info.change_mask = 0; this->info.user_name = pw_get_user_name(); this->info.host_name = pw_get_host_name(); - this->info.version = SPA_STRINGIFY(PW_VERSION_CORE); + this->info.version = pw_get_library_version(); srandom(time(NULL)); this->info.cookie = random(); this->info.props = &properties->dict;