Skip to content

Commit

Permalink
Release 18.1.1.600-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jun 1, 2018
1 parent c8b8460 commit edc410d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ OS | Windows 10 April 2018 Update Pro x64
| | |
|-|-|
Edition | 2017 Community
Version | 15.7.2
Version | 15.7.3
Windows 10 SDK Version | 10.0.17134.12
Windows 10 SDK install method | standalone
### LLVM
| | |
|-|-|
LLVM Version | 6.0.0
CMake version | 3.11.2
CMake version | 3.11.3
CMake ARCH | x64
Ninja version | 1.8.2
LLVM build configure x64[1] | cd llvm-6.0.0.src & md buildsys-x64 & cd buildsys-x64 & cmake -G "Ninja" -Thost=x64 -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64 ..
Expand Down
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.1.0.600-1"
#define MyAppVersion "18.1.1.600-1"
#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 @@ -6,7 +6,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)

# Downloads
Mesa 18.1.0 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.1.1 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)

# Package contents
The following Mesa3D drivers are shipped in each release:
Expand Down
6 changes: 4 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Upcoming release
# 18.1.1.600-1
- Updated Mesa3D to [18.1.1](https://www.mesa3d.org/relnotes/18.1.1.html).
### End user guide
- More documentation updates related to GL_ARB_compatibility and OpenGL context types.
### Build environment updates
- setuptools 39.1.0 -> 39.2.0
- Visual Studio 15.7.1 -> 15.7.2
- Visual Studio 15.7.1 -> 15.7.3
- git 2.17.0.1 -> 2.17.1.2
- cmake 3.11.2 -> 3.11.3
# 18.1.0.600-1
- Updated Mesa3D to [18.1.0](https://www.mesa3d.org/relnotes/18.1.0.html).
### General documentation updates
Expand Down

0 comments on commit edc410d

Please sign in to comment.