comparison include/SDL_version.h @ 3873:cef30206da53 SDL-1.2

Bumped the version in subversion to 1.2.12
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 00:10:59 +0000
parents 44635227a939
children b896fb0d4f9f
comparison
equal deleted inserted replaced
3872:be84332e761e 3873:cef30206da53
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 11 40 #define SDL_PATCHLEVEL 12
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;