summaryrefslogtreecommitdiff
path: root/build-scripts/winrtbuild.ps1
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2020-03-10 18:25:47 -0700
committerSam Lantinga <slouken@libsdl.org>2020-03-10 18:25:47 -0700
commit7609e68ab2a9deaac2afa8e6579731f5c5bf11e1 (patch)
treeeb30b2d5ad42063bd70b5b857a541a628b989347 /build-scripts/winrtbuild.ps1
parent614b12b20b30d3846eeb685037e4449caa7c7faa (diff)
downloadsdl-7609e68ab2a9deaac2afa8e6579731f5c5bf11e1.tar.gz
Updated SDL to version 2.0.13 for development builds
Diffstat (limited to 'build-scripts/winrtbuild.ps1')
-rw-r--r--build-scripts/winrtbuild.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/winrtbuild.ps1 b/build-scripts/winrtbuild.ps1
index 214b751ef..137ec710c 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.12"
+$SDLVersion = "2.0.13"
# Gets the .bat file that sets up an MSBuild environment, given one of
# Visual Studio's, "PlatformToolset"s.