Add linux prebuild stuff

This commit is contained in:
Colin Sames
2026-04-03 17:59:19 +02:00
parent 09b97782e0
commit 3a281cb676
163 changed files with 154507 additions and 161084 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-502-gf4255e15b (" 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-502-gf4255e15b"
#define SDL_REVISION "SDL3-3.2.10-HEAD-HASH-NOTFOUND"
#endif
#endif /* SDL_revision_h_ */