build-sys: Bump version to 6.0

This commit is contained in:
Arun Raghavan 2024-05-17 17:24:00 -04:00
parent 95cf229513
commit 7095051b25
1 changed files with 1 additions and 1 deletions

View File

@ -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' ]
)