diff include/SDL_version.h @ 1024:cca9aeb2934f

Bumped the minor version number...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2005 19:06:23 +0000
parents 04a403e4ccf5
children f09d5edfc7a3
line wrap: on
line diff
--- a/include/SDL_version.h	Tue Jan 04 19:05:32 2005 +0000
+++ b/include/SDL_version.h	Tue Jan 04 19:06:23 2005 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		8
+#define SDL_PATCHLEVEL		9
 
 typedef struct SDL_version {
 	Uint8 major;