summaryrefslogtreecommitdiff
path: root/dependencies/SDL/SDL_revision.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-12-18 20:00:47 -0500
committerFox Caminiti <fox@foxcam.net>2022-12-18 20:00:47 -0500
commit4854647d659f75ac6cf4575b61d1dcfd25865791 (patch)
tree3296bdfa30fa76688844755b37094753ea82d033 /dependencies/SDL/SDL_revision.h
parentbedd6906eabdd513042d6a178d4dc56a3a41d1d3 (diff)
lazy
Diffstat (limited to 'dependencies/SDL/SDL_revision.h')
-rw-r--r--dependencies/SDL/SDL_revision.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies/SDL/SDL_revision.h b/dependencies/SDL/SDL_revision.h
new file mode 100644
index 0000000..5f44fb5
--- /dev/null
+++ b/dependencies/SDL/SDL_revision.h
@@ -0,0 +1,8 @@
+/* #undef SDL_VENDOR_INFO */
+#define SDL_REVISION_NUMBER 0
+
+#ifdef SDL_VENDOR_INFO
+#define SDL_REVISION "SDL-2.26.1-no-vcs (" SDL_VENDOR_INFO ")"
+#else
+#define SDL_REVISION "SDL-2.26.1-no-vcs"
+#endif