diff --git a/mesa3d.iss b/mesa3d.iss index d80721de..c5789024 100644 --- a/mesa3d.iss +++ b/mesa3d.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Mesa3D software rendering drivers for Windows" -#define MyAppVersion "19.0.1" +#define MyAppVersion "19.0.2" #define MyAppPublisher "Pal100x" #define MyAppURL "https://github.com/pal1000/mesa-dist-win" #define MyAppExeName "mesa-{#MyAppVersion}-setup.exe" diff --git a/readme.md b/readme.md index 6edddc5a..6f67b347 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ - [OpenGL context configuration override](#opengl-context-configuration-override) # Downloads -Mesa 19.0.1 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). +Mesa 19.0.2 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/). diff --git a/releasenotes.md b/releasenotes.md index 8952221d..9d1a8840 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,4 +1,5 @@ -# Next release +# 19.0.2 +- Updated Mesa3D to [19.0.2](https://www.mesa3d.org/relnotes/19.0.2.html). ### Debug - Add a MSYS2 console for debug purposes; - llvm-config debug tool: Support returning libraries list in both python list and ninja targets format.