Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 350:6dd188952b9e
Bump the version, so that it isn't forotten later. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Apr 2002 21:51:25 +0000 |
parents | 9154ec9ca3d2 |
children | 26eb0f877ce6 |
comparison
equal
deleted
inserted
replaced
349:3c052d3bcc76 | 350:6dd188952b9e |
---|---|
40 | 40 |
41 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL | 41 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL |
42 */ | 42 */ |
43 #define SDL_MAJOR_VERSION 1 | 43 #define SDL_MAJOR_VERSION 1 |
44 #define SDL_MINOR_VERSION 2 | 44 #define SDL_MINOR_VERSION 2 |
45 #define SDL_PATCHLEVEL 4 | 45 #define SDL_PATCHLEVEL 5 |
46 | 46 |
47 typedef struct { | 47 typedef struct { |
48 Uint8 major; | 48 Uint8 major; |
49 Uint8 minor; | 49 Uint8 minor; |
50 Uint8 patch; | 50 Uint8 patch; |