Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 4208:453587d6dc87 SDL-1.2
Updated the version to 1.2.14 for the next release.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 07:28:03 +0000 |
parents | a1b03ba2fcd0 |
children | 4c4113c2162c |
comparison
equal
deleted
inserted
replaced
4207:a673f44949d6 | 4208:453587d6dc87 |
---|---|
35 | 35 |
36 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL | 36 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL |
37 */ | 37 */ |
38 #define SDL_MAJOR_VERSION 1 | 38 #define SDL_MAJOR_VERSION 1 |
39 #define SDL_MINOR_VERSION 2 | 39 #define SDL_MINOR_VERSION 2 |
40 #define SDL_PATCHLEVEL 13 | 40 #define SDL_PATCHLEVEL 14 |
41 | 41 |
42 typedef struct SDL_version { | 42 typedef struct SDL_version { |
43 Uint8 major; | 43 Uint8 major; |
44 Uint8 minor; | 44 Uint8 minor; |
45 Uint8 patch; | 45 Uint8 patch; |