diff include/SDL_version.h @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children f28fa29a3a0c
line wrap: on
line diff
--- a/include/SDL_version.h	Thu Apr 26 16:45:43 2001 +0000
+++ b/include/SDL_version.h	Thu Apr 26 16:50:19 2001 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		0
+#define SDL_PATCHLEVEL		1
 
 typedef struct {
 	Uint8 major;