From b8b2c58cdab4fdfa9e61d5b5693a17c90b3fec75 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 19 Feb 2026 11:09:50 +0100 Subject: [PATCH] Development continues as 1.7.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c954a644c..5f9ffa39d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.6.0', + version : '1.7.0', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',