set version in core

This commit is contained in:
Wim Taymans 2018-08-14 15:36:08 +02:00
parent c710b6f6a4
commit 43b8ea9b83
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('pipewire', 'c',
version : '0.1.9',
version : '0.2.9',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -428,7 +428,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;