Updated to version 2.26.0 for release

This commit is contained in:
Sam Lantinga
2022-11-21 16:15:58 -08:00
parent d167cd6715
commit 0bfeed061b
10 changed files with 28 additions and 28 deletions

View File

@@ -58,8 +58,8 @@ typedef struct SDL_version
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 25
#define SDL_PATCHLEVEL 1
#define SDL_MINOR_VERSION 26
#define SDL_PATCHLEVEL 0
/**
* Macro to determine SDL version program was compiled against.