Merge pull request #620 from voltagex/patch-1

Bump suggested Python 2.7 version in xb.bat
This commit is contained in:
Justin Moore 2016-09-20 14:49:49 -05:00 committed by GitHub
commit a3c2b8b3f5
1 changed files with 1 additions and 1 deletions

2
xb.bat
View File

@ -11,7 +11,7 @@ CALL :check_python
IF %_RESULT% NEQ 0 (
ECHO.
ECHO Python 2.7 must be installed and on PATH:
ECHO https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
ECHO https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
GOTO :exit_error
)