summaryrefslogtreecommitdiff
path: root/include/SDL_version.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-01-22 17:21:00 -0500
committerSam Lantinga <slouken@libsdl.org>2012-01-22 17:21:00 -0500
commit71f3c2743586236e5c4d1797c820e1002b46ada0 (patch)
treec4103a1f9c212f58621fd8c0e6ae6625467c30d9 /include/SDL_version.h
parente6f2e1c2fae5b1b7fef12b125d39dd54c205cd86 (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/SDL_version.h')
-rw-r--r--include/SDL_version.h4
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
/**