Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 126:92cbc667a9ff
Bump version to 1.2.3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 31 Jul 2001 00:13:03 +0000 |
parents | f28fa29a3a0c |
children | b6084de9431a |
comparison
equal
deleted
inserted
replaced
125:0ae324925dd7 | 126:92cbc667a9ff |
---|---|
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 2 | 45 #define SDL_PATCHLEVEL 3 |
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; |