comparison include/SDL_version.h @ 1654:0a53c90a37f9 SDL-1.3

Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 05:30:05 +0000
parents 67114343400d
children 782fd950bd46
comparison
equal deleted inserted replaced
1653:939d938d62df 1654:0a53c90a37f9
34 #endif 34 #endif
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 3
40 #define SDL_PATCHLEVEL 10 40 #define SDL_PATCHLEVEL 0
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;