From 7c757dff71c031ae02ecc358a69a213a5db4051a Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 17 Jun 2021 00:27:39 +0200 Subject: holders: Fix the remaining code to respect the holder changes --- test cases/native/9 override with exe/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/native') diff --git a/test cases/native/9 override with exe/meson.build b/test cases/native/9 override with exe/meson.build index 62d2f32a9..5275532b9 100644 --- a/test cases/native/9 override with exe/meson.build +++ b/test cases/native/9 override with exe/meson.build @@ -1,4 +1,4 @@ -project('myexe', 'c') +project('myexe', 'c', version: '0.1') sub = subproject('sub') prog = find_program('foobar', version : '>= 2.0', required : false) -- cgit v1.2.3