Skip to content

Commit

Permalink
Release 17.3.3.501-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jan 20, 2018
1 parent 0e1e75b commit ff0d314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OS | Windows 10 Version 1709 Pro x64
| | |
|-|-|
Edition | 2017 Community
Version | 15.5.3
Version | 15.5.4
Windows 10 SDK Version | 10.0.16299.91
Windows 10 SDK install method | standalone
Windows 8.1 SDK installed | Yes
Expand All @@ -19,7 +19,7 @@ Windows XP support for C++ installed | Yes
| | |
|-|-|
LLVM Version | 5.0.1
CMake version | 3.10.1
CMake version | 3.10.2
CMake ARCH | x64
Ninja version[4] | 1.8.2
LLVM build configure x64[5] | cd llvm-5.0.1.src & md cmake-x64 & cd cmake-x64 & cmake -G "Visual Studio 15 Win64" -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 @@ -32,7 +32,7 @@ LLVM build execute[3] | cmake --build . --config Release --target install

[3]Executed after each build configuration on same command shell

[4]For Mesa 17.3.2 build, LLVM was built using Visual Studio MsBuild instead Ninja. Ninja has no updates since September 2017.
[4]For Mesa 17.3.2 and newer builds, LLVM was built using Visual Studio MsBuild instead Ninja. Ninja has no updates since September 2017.

[5]Executed from a standard Command Prompt.
### Python
Expand All @@ -49,13 +49,13 @@ MarkupSafe version | 1.0
### winflexbison
| | |
|-|-|
Package version | 2.5.13
Package version | 2.5.14
Bison version | 3.0.4
Flex version | 2.6.4
### Git version control
| | |
|-|-|
Git For Windows portable | 2.15.1.2
Git For Windows portable | 2.16.0.2
### Mesa3D
| | |
|-|-|
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 "17.3.2.501-1"
#define MyAppVersion "17.3.3.501-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 17.3.2 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 17.3.3 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

0 comments on commit ff0d314

Please sign in to comment.