summaryrefslogtreecommitdiff
path: root/build-scripts/winrtbuild.ps1
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2020-12-08 18:56:06 -0800
committerSam Lantinga <slouken@libsdl.org>2020-12-08 18:56:06 -0800
commit8c6da2c75f76b70ceefbf08f429166ec4b001bfb (patch)
tree52b5bd3b6e3faefbcafd5a2e3ea52c8d2f36f5b7 /build-scripts/winrtbuild.ps1
parent7ec76c57fd3a14a83a27e8b6db03d3ac1d246db7 (diff)
downloadsdl-8c6da2c75f76b70ceefbf08f429166ec4b001bfb.tar.gz
Updated SDL to 2.0.14 in preparation for release candidate
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 137ec710c..f69ee07fb 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.13"
+$SDLVersion = "2.0.14"
# Gets the .bat file that sets up an MSBuild environment, given one of
# Visual Studio's, "PlatformToolset"s.