From 962c3ff1a6f0fc5be51971e77b001c17b98300cb Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 21 Jan 2020 12:50:34 +0100 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ea07145a7..4c4e9b9bb 100644 --- a/meson.build +++ b/meson.build @@ -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',