Mercurial > sdl-ios-xcode
comparison include/SDL_version.h @ 76:f28fa29a3a0c
Bumped the library version
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:35:05 +0000 |
parents | cf2af46e9e2a |
children | 92cbc667a9ff |
comparison
equal
deleted
inserted
replaced
75:b0ae59d0f3ee | 76:f28fa29a3a0c |
---|---|
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 1 | 45 #define SDL_PATCHLEVEL 2 |
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; |