diff include/SDL_version.h @ 3873:cef30206da53 SDL-1.2

Bumped the version in subversion to 1.2.12
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 00:10:59 +0000
parents 44635227a939
children b896fb0d4f9f
line wrap: on
line diff
--- a/include/SDL_version.h	Sun Sep 24 00:08:28 2006 +0000
+++ b/include/SDL_version.h	Sun Sep 24 00:10:59 2006 +0000
@@ -37,7 +37,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		11
+#define SDL_PATCHLEVEL		12
 
 typedef struct SDL_version {
 	Uint8 major;