Browse Source

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

Ryan C. Gordon 7 years ago
parent
commit
791c0dd8ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-scripts/winrtbuild.ps1

+ 1 - 1
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.