comparison include/SDL_version.h @ 1886:44635227a939

Updated the version to 1.2.11
author Sam Lantinga <slouken@libsdl.org>
date Sun, 25 Jun 2006 18:07:34 +0000
parents 67114343400d
children c121d94672cb cef30206da53
comparison
equal deleted inserted replaced
1885:bc0d965a3d54 1886:44635227a939
35 35
36 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL 36 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
37 */ 37 */
38 #define SDL_MAJOR_VERSION 1 38 #define SDL_MAJOR_VERSION 1
39 #define SDL_MINOR_VERSION 2 39 #define SDL_MINOR_VERSION 2
40 #define SDL_PATCHLEVEL 10 40 #define SDL_PATCHLEVEL 11
41 41
42 typedef struct SDL_version { 42 typedef struct SDL_version {
43 Uint8 major; 43 Uint8 major;
44 Uint8 minor; 44 Uint8 minor;
45 Uint8 patch; 45 Uint8 patch;