From 912b06f37c3a15fc0fca5d59a8089c06dbdb9eae Mon Sep 17 00:00:00 2001
From: Philip Rebohle <philip.rebohle@tu-dortmund.de>
Date: Thu, 8 Sep 2022 12:08:32 +0200
Subject: [PATCH] [meta] Bump MinGW version requirement to 10.0 in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bddaff165..1b26173d9 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ git clone --recursive https://github.com/doitsujin/dxvk.git
 ### Requirements:
 - [wine 3.10](https://www.winehq.org/) or newer
 - [Meson](https://mesonbuild.com/) build system (at least version 0.49)
-- [Mingw-w64](https://www.mingw-w64.org) compiler and headers (at least version 8.0)
+- [Mingw-w64](https://www.mingw-w64.org) compiler and headers (at least version 10.0)
 - [glslang](https://github.com/KhronosGroup/glslang) compiler
 
 ### Building DLLs