Updated version to 2.0.5 in preparation for release

This commit is contained in:
Sam Lantinga
2016-09-28 22:24:01 -07:00
parent f89857f1c2
commit e45698d218
7 changed files with 18 additions and 18 deletions

View File

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