comparison include/SDL_version.h @ 1024:cca9aeb2934f

Bumped the minor version number...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2005 19:06:23 +0000
parents 04a403e4ccf5
children f09d5edfc7a3
comparison
equal deleted inserted replaced
1023:e719ee25439d 1024:cca9aeb2934f
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 8 45 #define SDL_PATCHLEVEL 9
46 46
47 typedef struct SDL_version { 47 typedef struct SDL_version {
48 Uint8 major; 48 Uint8 major;
49 Uint8 minor; 49 Uint8 minor;
50 Uint8 patch; 50 Uint8 patch;