From 791c0dd8ab3bddefd18371f2da7da8d3da909135 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 31 Dec 2017 03:13:33 -0500 Subject: [PATCH] winrt: bumped SDL's shipping version number in winrtbuild.ps1 --- build-scripts/winrtbuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/winrtbuild.ps1 b/build-scripts/winrtbuild.ps1 index 1fdd58ae8..b05463b73 100644 --- a/build-scripts/winrtbuild.ps1 +++ b/build-scripts/winrtbuild.ps1 @@ -39,7 +39,7 @@ # # Base version of SDL, used for packaging purposes -$SDLVersion = "2.0.4" +$SDLVersion = "2.0.7" # Gets the .bat file that sets up an MSBuild environment, given one of # Visual Studio's, "PlatformToolset"s.