diff include/SDL_version.h @ 126:92cbc667a9ff

Bump version to 1.2.3
author Sam Lantinga <slouken@libsdl.org>
date Tue, 31 Jul 2001 00:13:03 +0000
parents f28fa29a3a0c
children b6084de9431a
line wrap: on
line diff
--- a/include/SDL_version.h	Tue Jul 31 00:11:41 2001 +0000
+++ b/include/SDL_version.h	Tue Jul 31 00:13:03 2001 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		2
+#define SDL_PATCHLEVEL		3
 
 typedef struct {
 	Uint8 major;