diff options
author | Zachary Slater <zachary@ioquake.org> | 2012-04-10 06:44:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:21:21 +0000 |
commit | 6d82447b7ec04dafc49561b48e6440e12c219461 (patch) | |
tree | 8dab38911f976435f9b86615ff11eb68f12cf5e4 /src/SDL12/include/SDL_version.h | |
parent | d0b61b82f0b376128371a29cfd6eacfe2cd0c470 (diff) |
updating SDL includes to 1.2.15 Listen to this if this doesn't work out properly: http://timedoctor.org/fun/swf/starwars/tauntaun-soundboard.swf
Diffstat (limited to 'src/SDL12/include/SDL_version.h')
-rw-r--r-- | src/SDL12/include/SDL_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SDL12/include/SDL_version.h b/src/SDL12/include/SDL_version.h index fa02c3f6..fdc17c64 100644 --- a/src/SDL12/include/SDL_version.h +++ b/src/SDL12/include/SDL_version.h @@ -1,6 +1,6 @@ /* SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga + Copyright (C) 1997-2012 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -41,7 +41,7 @@ extern "C" { /*@{*/ #define SDL_MAJOR_VERSION 1 #define SDL_MINOR_VERSION 2 -#define SDL_PATCHLEVEL 14 +#define SDL_PATCHLEVEL 15 /*@}*/ typedef struct SDL_version { |