Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 884:20d3a599f601
Increment version...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 23 Apr 2004 14:00:08 +0000 |
parents | b8d311d90021 |
children | 04a403e4ccf5 |
comparison
equal
deleted
inserted
replaced
883:50f5a29c6a17 | 884:20d3a599f601 |
---|---|
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 7 | 45 #define SDL_PATCHLEVEL 8 |
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; |