diff --git a/changelog.txt b/changelog.txt
index 96a5f65..a555c5e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.8.4
-$Id: changelog.txt,v 1.41 2003/08/01 22:00:17 cozman Exp $
+$Id: changelog.txt,v 1.42 2003/08/08 04:05:22 cozman Exp $
Changes are marked with symbols that describe them:
! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility)
@@ -10,6 +10,7 @@ Changes are marked with symbols that describe them:
0.8.5
+ Addition of limited SDL graphics backend.
+ # Changed ZImage stretching to floating-point.
# New linux build system (by Atani)
0.8.4
diff --git a/include/ZE_Defines.h b/include/ZE_Defines.h
index 012bac0..8a47197 100644
--- a/include/ZE_Defines.h
+++ b/include/ZE_Defines.h
@@ -13,7 +13,7 @@
\brief Define file for ZEngine where all #define statements to control compilation options are placed.
Definition file, holds #define statements describing optional features of ZEngine.
-
$ id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $
+
$Id: ZE_Defines.h,v 1.21 2003/08/08 04:05:22 cozman Exp $
\author James Turk
**/
diff --git a/include/ZE_Includes.h b/include/ZE_Includes.h
index faafffb..91b6295 100644
--- a/include/ZE_Includes.h
+++ b/include/ZE_Includes.h
@@ -14,7 +14,7 @@
ZE_*.h files should only include this file and any other ZE_*.h files that they need, External Library or C/C++ Standard Library
files should be included from within this file.
- $ id: ZE_Includes.h,v 1.8 2003/04/27 22:05:25 cozman Exp $
+ $Id: ZE_Includes.h,v 1.17 2003/08/08 04:05:22 cozman Exp $
\author James Turk
**/