Updated version to 2.0.18 for release

This commit is contained in:
Sam Lantinga
2021-11-26 08:12:45 -08:00
parent d861820465
commit 7242075b2b
10 changed files with 23 additions and 27 deletions

View File

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