diff --git a/meson.build b/meson.build index 5ab89cb..de8db67 100644 --- a/meson.build +++ b/meson.build @@ -230,7 +230,7 @@ foreach name, dep : cagebreak_dependencies_dict endforeach reproducible_build_compiler = 'gcc' -reproducible_build_compiler_version = '10.2.0' +reproducible_build_compiler_version = '11.1.0' if cc.get_id() != reproducible_build_compiler warning('The compiler "' + cc.get_id() + '" differs from the one used to generate to binary specified in the README section "Reproducible Builds" (' + reproducible_build_compiler + ').')