From 2a3a9483a2d52a02c49200a7bb91aaa6610e6eb0 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Tue, 1 Mar 2016 15:26:02 +0300 Subject: [PATCH] Bump for AppVeyor too --- sys/mingw32.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mingw32.bat b/sys/mingw32.bat index 7af645ab7d..aaa00e766b 100755 --- a/sys/mingw32.bat +++ b/sys/mingw32.bat @@ -1,5 +1,5 @@ SET PATH=C:\MinGW\msys\1.0\bin;C:\Program Files (x86)\Git\bin;%PATH% -SET ENV_R2_VER=0.10.1-git +SET ENV_R2_VER=0.10.2-git echo %PATH% sh.exe -c "export PATH=/c/mingw/bin:/c/mingw/msys/1.0/bin:/c/Program\ Files\ \(x86\)/Git/bin:${PATH} ; gcc -v" sh.exe -c "uname | tr 'A-Z' 'a-z'"