From af9dd7b8242d2c436c59d854056b2ef73de9ece3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 29 Aug 2001 03:33:42 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 84150578..9b40371e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,7 +18,8 @@ 08282001 - win32.c now checks HOMEDRIVE, HOMEPATH, and HOME when calculating the userdir. Added include files that make it a little closer to compiling under Cygwin. Added a TODO file. Fixed unix.c's - __PHYSFS_platformCalcBaseDir() so that it actually works. + __PHYSFS_platformCalcBaseDir() so that it actually works. Fixed + Makefile so that it links the test program properly. Changed version to 0.1.3. --ryan. (icculus@clutteredmind.org)