Skip to content

Commit

Permalink
Release 18.0.4.600-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed May 18, 2018
1 parent 76c48b7 commit efff25b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Windows 10 SDK install method | standalone
| | |
|-|-|
LLVM Version | 6.0.0
CMake version | 3.11.1
CMake version | 3.11.2
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 All @@ -43,7 +43,7 @@ pywin32 / pypiwin32 version | 223
scons version | 3.0.1
Mako version | 1.0.7
MarkupSafe version | 1.0
wheel version | 0.31.0
wheel version | 0.31.1
### winflexbison
| | |
|-|-|
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.0.3.600-1"
#define MyAppVersion "18.0.4.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 @@
- [Manual OpenGL context configuration](#manual-opengl-context-configuration)

# Downloads
Mesa 18.0.3 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.0.4 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
5 changes: 4 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Upcomming release
# 18.0.4.600-1
- Updated Mesa3D to [18.0.4](https://www.mesa3d.org/relnotes/18.0.4.html).
### Build environment updates
- Visual Studio 15.6.7 -> 15.7.1
- wheel 0.31.0 -> 0.31.1
- cmake 3.11.1 -> 3.11.2
### Build script
- Update documentation;
- Display warnings when LLVM is missing.
Expand Down

0 comments on commit efff25b

Please sign in to comment.