Bump suggested Python 2.7 version in xb.bat

This commit is contained in:
Adam Baxter 2016-09-17 22:01:11 +10:00 committed by GitHub
parent bc0ddbb05a
commit a6c703a031
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
)