diff options
Diffstat (limited to 'dependencies/include/SDL/SDL_revision.h')
-rw-r--r-- | dependencies/include/SDL/SDL_revision.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies/include/SDL/SDL_revision.h b/dependencies/include/SDL/SDL_revision.h new file mode 100644 index 0000000..5f44fb5 --- /dev/null +++ b/dependencies/include/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
|