equal
deleted
inserted
replaced
1 /* |
1 /* |
2 SDL - Simple DirectMedia Layer |
2 SDL - Simple DirectMedia Layer |
3 Copyright (C) 1997-2009 Sam Lantinga |
3 Copyright (C) 1997-2012 Sam Lantinga |
4 |
4 |
5 This library is free software; you can redistribute it and/or |
5 This library is free software; you can redistribute it and/or |
6 modify it under the terms of the GNU Lesser General Public |
6 modify it under the terms of the GNU Lesser General Public |
7 License as published by the Free Software Foundation; either |
7 License as published by the Free Software Foundation; either |
8 version 2.1 of the License, or (at your option) any later version. |
8 version 2.1 of the License, or (at your option) any later version. |
39 * Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL |
39 * Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL |
40 */ |
40 */ |
41 /*@{*/ |
41 /*@{*/ |
42 #define SDL_MAJOR_VERSION 1 |
42 #define SDL_MAJOR_VERSION 1 |
43 #define SDL_MINOR_VERSION 2 |
43 #define SDL_MINOR_VERSION 2 |
44 #define SDL_PATCHLEVEL 14 |
44 #define SDL_PATCHLEVEL 15 |
45 /*@}*/ |
45 /*@}*/ |
46 |
46 |
47 typedef struct SDL_version { |
47 typedef struct SDL_version { |
48 Uint8 major; |
48 Uint8 major; |
49 Uint8 minor; |
49 Uint8 minor; |