diff include/SDL_version.h @ 4208:453587d6dc87 SDL-1.2

Updated the version to 1.2.14 for the next release.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 21 Sep 2009 07:28:03 +0000
parents a1b03ba2fcd0
children 4c4113c2162c
line wrap: on
line diff
--- a/include/SDL_version.h	Mon Sep 21 07:20:51 2009 +0000
+++ b/include/SDL_version.h	Mon Sep 21 07:28:03 2009 +0000
@@ -37,7 +37,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		13
+#define SDL_PATCHLEVEL		14
 
 typedef struct SDL_version {
 	Uint8 major;