diff include/SDL_version.h @ 76:f28fa29a3a0c

Bumped the library version
author Sam Lantinga <slouken@lokigames.com>
date Tue, 19 Jun 2001 13:35:05 +0000
parents cf2af46e9e2a
children 92cbc667a9ff
line wrap: on
line diff
--- a/include/SDL_version.h	Tue Jun 19 13:33:54 2001 +0000
+++ b/include/SDL_version.h	Tue Jun 19 13:35:05 2001 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		1
+#define SDL_PATCHLEVEL		2
 
 typedef struct {
 	Uint8 major;