Add prebuild directory and update git dot files

This commit is contained in:
Colin Sames
2026-04-03 17:47:53 +02:00
parent 7b07d01400
commit 09b97782e0
168 changed files with 154519 additions and 161085 deletions

View File

@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -31,9 +31,9 @@
/* #undef SDL_VENDOR_INFO */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL3-3.2.10-HEAD-HASH-NOTFOUND (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95"
#define SDL_REVISION "SDL3-3.2.10-HEAD-HASH-NOTFOUND"
#endif
#endif /* SDL_revision_h_ */