diff include/SDL_version.h @ 1654:0a53c90a37f9 SDL-1.3

Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 05:30:05 +0000
parents 67114343400d
children 782fd950bd46
line wrap: on
line diff
--- a/include/SDL_version.h	Thu Apr 27 05:19:10 2006 +0000
+++ b/include/SDL_version.h	Thu Apr 27 05:30:05 2006 +0000
@@ -36,8 +36,8 @@
 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
 */
 #define SDL_MAJOR_VERSION	1
-#define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		10
+#define SDL_MINOR_VERSION	3
+#define SDL_PATCHLEVEL		0
 
 typedef struct SDL_version {
 	Uint8 major;