changeset 4110:b896fb0d4f9f SDL-1.2

Updated version to 1.2.13
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Dec 2007 05:20:51 +0000
parents cd2ab40f1219
children 42f34d595d8b
files VisualC.zip include/SDL_version.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file VisualC.zip has changed
--- a/include/SDL_version.h	Sat Dec 29 05:18:33 2007 +0000
+++ b/include/SDL_version.h	Sat Dec 29 05:20:51 2007 +0000
@@ -37,7 +37,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		12
+#define SDL_PATCHLEVEL		13
 
 typedef struct SDL_version {
 	Uint8 major;