diff include/SDL_version.h @ 1886:44635227a939

Updated the version to 1.2.11
author Sam Lantinga <slouken@libsdl.org>
date Sun, 25 Jun 2006 18:07:34 +0000
parents 67114343400d
children c121d94672cb cef30206da53
line wrap: on
line diff
--- a/include/SDL_version.h	Sun Jun 25 17:14:39 2006 +0000
+++ b/include/SDL_version.h	Sun Jun 25 18:07:34 2006 +0000
@@ -37,7 +37,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		10
+#define SDL_PATCHLEVEL		11
 
 typedef struct SDL_version {
 	Uint8 major;