Commit 791c0dd8ab3bddefd18371f2da7da8d3da909135

Ryan C. Gordon 2017-12-31T03:13:33

winrt: bumped SDL's shipping version number in winrtbuild.ps1

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/winrtbuild.ps1 b/build-scripts/winrtbuild.ps1
index 1fdd58a..b05463b 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.