Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 4110:b896fb0d4f9f SDL-1.2
Updated version to 1.2.13
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 29 Dec 2007 05:20:51 +0000 |
parents | cef30206da53 |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
4109:cd2ab40f1219 | 4110:b896fb0d4f9f |
---|---|
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 12 | 40 #define SDL_PATCHLEVEL 13 |
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; |