Updated SDL to 2.0.14 in preparation for release candidate

This commit is contained in:
Sam Lantinga
2020-12-08 18:56:06 -08:00
parent 2a9591a9ea
commit a2098a47b6
12 changed files with 102 additions and 22 deletions

View File

@@ -70,6 +70,6 @@ extern DECLSPEC int SDLCALL SDL_OpenURL(const char *url);
#endif
#include "close_code.h"
#endif /* SDL_filesystem_h_ */
#endif /* SDL_misc_h_ */
/* vi: set ts=4 sw=4 expandtab: */

View File

@@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0
#define SDL_PATCHLEVEL 13
#define SDL_PATCHLEVEL 14
/**
* \brief Macro to determine SDL version program was compiled against.