diff include/SDL_version.h @ 241:b6084de9431a

Bump the version number on the library
author Sam Lantinga <slouken@libsdl.org>
date Thu, 22 Nov 2001 03:47:16 +0000
parents 92cbc667a9ff
children b8688cfdc232
line wrap: on
line diff
--- a/include/SDL_version.h	Thu Nov 22 03:43:57 2001 +0000
+++ b/include/SDL_version.h	Thu Nov 22 03:47:16 2001 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		3
+#define SDL_PATCHLEVEL		4
 
 typedef struct {
 	Uint8 major;