diff options
author | Sam Lantinga <slouken@libsdl.org> | 2012-01-22 17:21:00 -0500 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2012-01-22 17:21:00 -0500 |
commit | 71f3c2743586236e5c4d1797c820e1002b46ada0 (patch) | |
tree | c4103a1f9c212f58621fd8c0e6ae6625467c30d9 /include | |
parent | e6f2e1c2fae5b1b7fef12b125d39dd54c205cd86 (diff) |
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
--HG--
rename : sdl-config.in => sdl2-config.in
rename : sdl.m4 => sdl2.m4
rename : sdl.pc.in => sdl2.pc.in
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_version.h b/include/SDL_version.h index 1205f100..3c34ab10 100644 --- a/include/SDL_version.h +++ b/include/SDL_version.h @@ -59,8 +59,8 @@ typedef struct SDL_version /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL */ -#define SDL_MAJOR_VERSION 1 -#define SDL_MINOR_VERSION 3 +#define SDL_MAJOR_VERSION 2 +#define SDL_MINOR_VERSION 0 #define SDL_PATCHLEVEL 0 /** |