mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Bump version to distinguish between stable bugfix release and pre-release
The upcoming PW version has been already released as 0.2.9x, while using 0.2.9 means we still use a bugfix release of PW 0.2 version. Without the proper version bump, one cannot use ifdefs and support both PW 0.2 and PW 0.3
This commit is contained in:
parent
0237296400
commit
962c3ff1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '0.2.9',
|
||||
version : '0.2.92',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.50.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue