diff --git a/buildinfo/msvc.txt b/buildinfo/msvc.txt index 79b0a4c7..5fd82cb4 100644 --- a/buildinfo/msvc.txt +++ b/buildinfo/msvc.txt @@ -16,7 +16,7 @@ meson 0.56.2 pip 21.0 setuptools 52.0.0 -CMake 3.19.2 +CMake 3.19.4 Ninja 1.10.2 LLVM 11.0.1 Winflexbison package 2.5.24 diff --git a/readme.md b/readme.md index 7613ab1f..035646fe 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ - [OpenGL context configuration override](#opengl-context-configuration-override) - [How to set environment variables](#how-to-set-environment-variables) # Downloads -Mesa 20.3.3 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). +Mesa 20.3.4 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). # Note for enterprise environments IT security policy may restrict or even outright prohibit running 3rd-party unsigned executables. If this is the case you can extract Mesa3D drivers using [7-Zip](https://www.7-zip.org/). # About Mingw package diff --git a/releasenotes.md b/releasenotes.md index 31c5cff8..ffe0663c 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,4 +1,5 @@ -# Next release +# 20.3.4 +- Updated Mesa3D to [20.3.4](https://docs.mesa3d.org/relnotes/20.3.4.html). ### Build script - Add support for Microsoft OpenGL over D3D12 driver [21.0+]; - Make it possible to re-try Mesa3D build on failure;