From 53cc5d185c8eed9bcf88ad5d272975a3b4755163 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Wed, 4 Oct 2023 22:52:08 +0000 Subject: [PATCH] meson: Bump neatvnc version requirement --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 59cd651..595b6fb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wayvnc', 'c', - version: '0.7.0', + version: '0.7.1', license: 'ISC', default_options: [ 'c_std=gnu11', @@ -54,7 +54,7 @@ wayland_client = dependency('wayland-client') jansson = dependency('jansson') aml_version = ['>=0.3.0', '<0.4.0'] -neatvnc_version = ['>=0.6.0', '<0.7.0'] +neatvnc_version = ['>=0.7.0', '<0.8.0'] neatvnc_project = subproject( 'neatvnc',