Skip to content

Commit

Permalink
- 17.0.2.391-2 release;
Browse files Browse the repository at this point in the history
- Local deployment message fix
  • Loading branch information
prodea2 committed Mar 25, 2017
1 parent d62bec5 commit 5804584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion localdeploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@echo Please provide the path to the folder that contains the application launcher executable, that needs local deployment
@echo of Mesa. It is recommended to copy-paste it from Windows Explorer using CTRL+V. The right click paste introduced in
@echo Windows 10 may lead to unexpected double paste. Also don't worry if path contains spaces, it is enclosed in quotes
automatically so you don't need to add them.
@echo automatically so you don't need to add them manually.
@echo.
@set /p dir=Path to folder holding application executable:
@echo.
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.0.2.391-1"
#define MyAppVersion "17.0.2.391-2"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down

0 comments on commit 5804584

Please sign in to comment.