diff include/SDL_version.h @ 714:dfc1c102e825

Update SDL version
author Sam Lantinga <slouken@libsdl.org>
date Fri, 05 Sep 2003 15:19:14 +0000
parents 26eb0f877ce6
children b8d311d90021
line wrap: on
line diff
--- a/include/SDL_version.h	Fri Sep 05 15:18:46 2003 +0000
+++ b/include/SDL_version.h	Fri Sep 05 15:19:14 2003 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		6
+#define SDL_PATCHLEVEL		7
 
 typedef struct {
 	Uint8 major;