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:
Jan Grulich 2020-01-21 12:50:34 +01:00
parent 0237296400
commit 962c3ff1a6

View file

@ -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',