comparison include/SDL_version.h @ 241:b6084de9431a

Bump the version number on the library
author Sam Lantinga <slouken@libsdl.org>
date Thu, 22 Nov 2001 03:47:16 +0000
parents 92cbc667a9ff
children b8688cfdc232
comparison
equal deleted inserted replaced
240:529ba31e8679 241:b6084de9431a
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 3 45 #define SDL_PATCHLEVEL 4
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;