Skip to content

Commit

Permalink
Release 18.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 14, 2018
1 parent 949d85a commit 3e2310b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mesa3d.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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 "18.2.4"
#define MyAppVersion "18.2.5"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)

# Downloads
Mesa 18.2.4 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.2.5 builds 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/).
Expand Down
5 changes: 3 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Next release
# 18.2.5
- Updated Mesa3D to [18.2.5](https://www.mesa3d.org/relnotes/18.2.5.html).
### Documentation
- shared glapi and standalone GLES drivers will not be available in Mesa 18.3 series due to support for this build configuration being dropped upstream.
### Build environment updates
Expand All @@ -11,7 +12,7 @@
### Debug
- Remove LLVM 7 special case from llvm-config output tool.
# 18.2.4
- Updated Mesa3D to [18.2.4](https://www.mesa3d.org/relnotes/18.2.4.html)
- Updated Mesa3D to [18.2.4](https://www.mesa3d.org/relnotes/18.2.4.html).
### Build environment updates
- wheel 0.32.1 -> 0.32.2;
- Visual Studio 15.8.7 -> 15.8.8;
Expand Down

0 comments on commit 3e2310b

Please sign in to comment.