diff include/SDL_version.h @ 350:6dd188952b9e

Bump the version, so that it isn't forotten later. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 14 Apr 2002 21:51:25 +0000
parents 9154ec9ca3d2
children 26eb0f877ce6
line wrap: on
line diff
--- a/include/SDL_version.h	Sat Apr 13 23:57:03 2002 +0000
+++ b/include/SDL_version.h	Sun Apr 14 21:51:25 2002 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		4
+#define SDL_PATCHLEVEL		5
 
 typedef struct {
 	Uint8 major;