From 03f8528315fa46c95991a34f3325d7b33ae5538c Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Sat, 02 May 2020 21:48:36 +0000 Subject: [PATCH] Update source to SDL2 2.0.12 --- source/Xcode/SDL/Info-Framework.plist | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Xcode/SDL/Info-Framework.plist b/source/Xcode/SDL/Info-Framework.plist index 0b89cc4..9828759 100644 --- a/source/Xcode/SDL/Info-Framework.plist +++ b/source/Xcode/SDL/Info-Framework.plist @@ -19,10 +19,10 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>2.0.9</string> + <string>2.0.12</string> <key>CFBundleSignature</key> <string>SDLX</string> <key>CFBundleVersion</key> - <string>2.0.9</string> + <string>2.0.12</string> </dict> </plist> -- Gitblit v1.9.3