Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 1222:09c1408645df
Bumped the version number for the next release
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 04 Jan 2006 01:08:40 +0000 |
parents | f09d5edfc7a3 |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1221:8ef3e7e92a91 | 1222:09c1408645df |
---|---|
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 9 | 45 #define SDL_PATCHLEVEL 10 |
46 | 46 |
47 typedef struct SDL_version { | 47 typedef struct SDL_version { |
48 Uint8 major; | 48 Uint8 major; |
49 Uint8 minor; | 49 Uint8 minor; |
50 Uint8 patch; | 50 Uint8 patch; |