*** empty log message ***

This commit is contained in:
James Turk 2003-08-08 04:05:22 +00:00
parent abc7a1e708
commit 6d744d1f45
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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.
<br>$ id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $<br>
<br>$Id: ZE_Defines.h,v 1.21 2003/08/08 04:05:22 cozman Exp $<br>
\author James Turk
**/

View File

@ -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 $<br>
$Id: ZE_Includes.h,v 1.17 2003/08/08 04:05:22 cozman Exp $<br>
\author James Turk
**/