From a7388e252e8decdc841c0e32daebf4b2fb6a2403 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Fri, 20 Jun 2003 08:15:10 +0000 Subject: [PATCH] #include "maxosx_print.h" typo fixed --- docs/CHANGES.txt | 7 ++++++- src/tuxpaint.c | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index ecdbd43ae..e500345c4 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,12 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2003.Jun.17 (0.9.11) [cvs] +2003.Jun.20 (0.9.12) [cvs] + * Fixed Mac OS X #include typo. + Darrell Walisser + + +2003.Jun.17 (0.9.11) * Windows bugfixes. John Popplewell diff --git a/src/tuxpaint.c b/src/tuxpaint.c index ed3d570ad..33aa59380 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -7,12 +7,12 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ - June 14, 2002 - June 17, 2003 + June 14, 2002 - June 20, 2003 */ -#define VER_VERSION "0.9.11" -#define VER_DATE "2003.06.17" +#define VER_VERSION "0.9.12" +#define VER_DATE "2003.06.20" /* #define DEBUG */ @@ -88,7 +88,7 @@ #include "BeOS_print.h" #endif #ifdef __APPLE__ -#include "maxosx_print.h" +#include "macosx_print.h" #endif #else #include "win32_dirent.h"