Skip to content

Commit

Permalink
Windows/macOS: Updated SDL to v2.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitbubsy committed Jan 21, 2024
1 parent 4226e66 commit 48ac44b
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Generated by updaterev.sh, do not edit */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40"
#endif
#define SDL_REVISION_NUMBER 0
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 28
#define SDL_PATCHLEVEL 4
#define SDL_PATCHLEVEL 5

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.28.4</string>
<string>2.28.5</string>
<key>CFBundleSignature</key>
<string>SDLX</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.28.4</string>
<string>2.28.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Resources/Info.plist</key>
<data>
vK/siQQ1OKUypFFBghf4RQ9+BUo=
E/exzjLmO25/xe18BS765cbGzWY=
</data>
<key>Resources/License.txt</key>
<data>
Expand Down Expand Up @@ -563,11 +563,11 @@
<dict>
<key>hash</key>
<data>
Pz7POdzqLvDgj19Vw7c1CqAv9/c=
bdjBB5+RLx5fhpvXy3LbyEC9q70=
</data>
<key>hash2</key>
<data>
lvSXs+TwAuhMpSDh1zgaCp/Es0DqcxGNgRcNk2F3KJE=
GAe3NNLzg+OqUvN6Bxys9o9XWV6xzSDq/uCDwqmLz2s=
</data>
</dict>
<key>Headers/SDL_rwops.h</key>
Expand Down Expand Up @@ -706,11 +706,11 @@
<dict>
<key>hash</key>
<data>
5kKiomtBdEvbeBiU7SpdMlmsVKw=
uQu/n7fxrWWekVzFRLxJgncZHTA=
</data>
<key>hash2</key>
<data>
F+mPKEo8vd2ZM02TMH2M+WX6mEKvOnNaIK1xEIbPPh4=
DSeMgtt/ULGqpA7hISV4OMHyIDRvvY5Cr6a8loDxcVY=
</data>
</dict>
<key>Headers/SDL_video.h</key>
Expand Down Expand Up @@ -783,11 +783,11 @@
<dict>
<key>hash</key>
<data>
vK/siQQ1OKUypFFBghf4RQ9+BUo=
E/exzjLmO25/xe18BS765cbGzWY=
</data>
<key>hash2</key>
<data>
oKJvu1hlX1uYirJ61h7PLL6kUNbH/k0wvoSDwqXWwKg=
lMA4Mg67jCQrkxVHL0vBdN74dU3iomW7AggH3QYKJ44=
</data>
</dict>
<key>Resources/License.txt</key>
Expand Down
Binary file modified release/win32/SDL2.dll
Binary file not shown.
Binary file modified release/win64/SDL2.dll
Binary file not shown.
Binary file modified vs2019_project/pt2-clone/SDL2.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions vs2019_project/pt2-clone/sdl/include/SDL2/SDL_revision.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Generated by updaterev.sh, do not edit */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40"
#endif
#define SDL_REVISION_NUMBER 0
2 changes: 1 addition & 1 deletion vs2019_project/pt2-clone/sdl/include/SDL2/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 28
#define SDL_PATCHLEVEL 4
#define SDL_PATCHLEVEL 5

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Binary file modified vs2019_project/x64/Debug/SDL2.dll
Binary file not shown.

0 comments on commit 48ac44b

Please sign in to comment.