From b52fe3dcdb8b0f40ccd62b4f72e33072cc7a56aa Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Sat, 30 Dec 2017 21:41:51 +1100 Subject: [PATCH] Update installed nasm version used in script to 2.13.02. --- install_script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_script.bat b/install_script.bat index a581976..8c254b5 100644 --- a/install_script.bat +++ b/install_script.bat @@ -3,7 +3,7 @@ setlocal enabledelayedexpansion REM Defined cript variables set NASMDL=http://www.nasm.us/pub/nasm/releasebuilds -set NASMVERSION=2.13.01 +set NASMVERSION=2.13.02 REM Store current directory and ensure working directory is the location of current .bat set CALLDIR=%CD%