From 7095051b25cb7b1b83de18c911c6662a20e3fc91 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 17 May 2024 17:24:00 -0400 Subject: [PATCH] build-sys: Bump version to 6.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a4c3c32..e2bc015 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pavucontrol', 'cpp', - version : '5.0', + version : '6.0', meson_version : '>= 0.50.0', default_options : [ 'c_std=gnu11', 'cpp_std=c++17' ] )