comparison include/SDL_version.h @ 520:26eb0f877ce6

Bumped version to 1.2.6 in CVS
author Sam Lantinga <slouken@libsdl.org>
date Tue, 08 Oct 2002 15:34:19 +0000
parents 6dd188952b9e
children dfc1c102e825
comparison
equal deleted inserted replaced
519:c7da0cd5ae5e 520:26eb0f877ce6
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 5 45 #define SDL_PATCHLEVEL 6
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;