diff --git a/changelog.txt b/changelog.txt
index 7574a29..1dc4e68 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.7.4
-$Id: changelog.txt,v 1.1 2002/11/21 05:40:49 cozman Exp $
+$Id: changelog.txt,v 1.1.1.1 2002/11/21 05:40:49 cozman Exp $
0.7.5
-Converted all tabs to spaces.
diff --git a/include/ZE_DataPtr.h b/include/ZE_DataPtr.h
index d44bc6d..a3961f5 100644
--- a/include/ZE_DataPtr.h
+++ b/include/ZE_DataPtr.h
@@ -13,7 +13,7 @@
File: ZE_DataPtr.h
Description: Header file for ZEngine Data Pointer Classes
Author(s): James Turk
-$Id: ZE_DataPtr.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_DataPtr.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_DataPtr.h
\brief Definition file for ZEngine Data/Pointer Classes. ([Image,Font,Sound,Music]Data/Ptr)
diff --git a/include/ZE_Defines.h b/include/ZE_Defines.h
index f37edc3..83532f0 100644
--- a/include/ZE_Defines.h
+++ b/include/ZE_Defines.h
@@ -13,7 +13,7 @@
File: ZE_Defines.h
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed.
Author(s): James Turk
-$Id: ZE_Defines.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_Defines.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_Defines.h
\brief Define file for ZEngine.
diff --git a/include/ZE_Error.h b/include/ZE_Error.h
index ec9540f..22d18c2 100644
--- a/include/ZE_Error.h
+++ b/include/ZE_Error.h
@@ -13,7 +13,7 @@
File: ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
-$Id: ZE_Error.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_Error.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_Error.h
\brief Definition file for ZEngine Error Handling Functions.
diff --git a/include/ZE_Includes.h b/include/ZE_Includes.h
index 3281760..7894472 100644
--- a/include/ZE_Includes.h
+++ b/include/ZE_Includes.h
@@ -13,7 +13,7 @@
File: ZE_Includes.h
Description: Header file for ZEngine universal includes.
Author(s): James Turk
-$Id: ZE_Includes.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_Includes.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_Includes.h
\brief Include file for SDL and C++ Includes that many ZEngine files need.
diff --git a/include/ZE_ZConfigFile.h b/include/ZE_ZConfigFile.h
index c0da5da..d054355 100644
--- a/include/ZE_ZConfigFile.h
+++ b/include/ZE_ZConfigFile.h
@@ -13,7 +13,7 @@
File: Types/ZE_ZConfigFile.h
Description: Header file for ZEngine INI-Style Config Files.
Author(s): James Turk
-$Id: ZE_ZConfigFile.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_ZConfigFile.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_ZConfigFile.h
\brief Definition file for ZConfigFile.
diff --git a/include/ZE_ZEngine.h b/include/ZE_ZEngine.h
index 7885d89..da3aedf 100644
--- a/include/ZE_ZEngine.h
+++ b/include/ZE_ZEngine.h
@@ -13,7 +13,7 @@
File: ZE_ZEngine.h
Description: Header file for ZEngine class, the core of the ZEngine.
Author(s): James Turk
-$Id: ZE_ZEngine.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_ZEngine.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_ZEngine.h
\brief Definition file for core ZEngine class.
diff --git a/include/ZE_ZFont.h b/include/ZE_ZFont.h
index dd1458c..1827d91 100644
--- a/include/ZE_ZFont.h
+++ b/include/ZE_ZFont.h
@@ -13,7 +13,7 @@
File: ZE_ZFont.h
Description: Header file for core ZEngine Font Object.
Author(s): James Turk
-$Id: ZE_ZFont.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_ZFont.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_ZFont.h
\brief Definition file for ZFont.
diff --git a/include/ZE_ZImage.h b/include/ZE_ZImage.h
index 378be7e..666055c 100644
--- a/include/ZE_ZImage.h
+++ b/include/ZE_ZImage.h
@@ -13,7 +13,7 @@
File: ZE_ZImage.h
Description: Header file for core ZEngine Image Object.
Author(s): James Turk
-$Id: ZE_ZImage.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZE_ZImage.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZE_ZImage.h
\brief Definition file for ZImage.
diff --git a/include/ZE_ZMusic.h b/include/ZE_ZMusic.h
index ab5d87c..54de8a3 100644
--- a/include/ZE_ZMusic.h
+++ b/include/ZE_ZMusic.h
@@ -13,7 +13,7 @@
File: ZE_ZMusic.h
Description: Header file for core ZEngine Music Wrapper Object.
Author(s): James Turk
-$Id: ZE_ZMusic.h,v 1.1 2002/11/21 05:41:11 cozman Exp $
+$Id: ZE_ZMusic.h,v 1.1.1.1 2002/11/21 05:41:11 cozman Exp $
\file ZE_ZMusic.h
\brief Definition file for ZMusic.
diff --git a/include/ZE_ZObject.h b/include/ZE_ZObject.h
index 2b0c7b2..d2ed387 100644
--- a/include/ZE_ZObject.h
+++ b/include/ZE_ZObject.h
@@ -13,7 +13,7 @@
File: ZE_ZObject.h
Description: Header file for ZEngine core Object ZObject, base of most ZEngine objects.
Author(s): James Turk
-$Id: ZE_ZObject.h,v 1.1 2002/11/21 05:41:11 cozman Exp $
+$Id: ZE_ZObject.h,v 1.1.1.1 2002/11/21 05:41:11 cozman Exp $
\file ZE_ZObject.h
\brief Definition file for ZObject Base Class.
diff --git a/include/ZE_ZRect.h b/include/ZE_ZRect.h
index ebce462..f9c9167 100644
--- a/include/ZE_ZRect.h
+++ b/include/ZE_ZRect.h
@@ -13,7 +13,7 @@
File: ZE_ZRect.h
Description: Header file for core ZEngine Rectangle Object.
Author(s): James Turk
-$Id: ZE_ZRect.h,v 1.1 2002/11/21 05:41:11 cozman Exp $
+$Id: ZE_ZRect.h,v 1.1.1.1 2002/11/21 05:41:11 cozman Exp $
\file ZE_ZRect.h
\brief Definition file for ZRect.
diff --git a/include/ZE_ZSound.h b/include/ZE_ZSound.h
index 654fef0..d98120e 100644
--- a/include/ZE_ZSound.h
+++ b/include/ZE_ZSound.h
@@ -13,7 +13,7 @@
File: ZE_ZSound.h
Description: Header file for core ZEngine Sound Wrapper Object.
Author(s): James Turk
-$Id: ZE_ZSound.h,v 1.1 2002/11/21 05:41:12 cozman Exp $
+$Id: ZE_ZSound.h,v 1.1.1.1 2002/11/21 05:41:12 cozman Exp $
\file ZE_ZSound.h
\brief Definition file for ZSound.
diff --git a/include/ZE_ZTimer.h b/include/ZE_ZTimer.h
index 3602129..b2b99e7 100644
--- a/include/ZE_ZTimer.h
+++ b/include/ZE_ZTimer.h
@@ -13,7 +13,7 @@
File: ZE_ZTimer.h
Description: Header file for core ZEngine Timer Object.
Author(s): James Turk
-$Id: ZE_ZTimer.h,v 1.1 2002/11/21 05:41:12 cozman Exp $
+$Id: ZE_ZTimer.h,v 1.1.1.1 2002/11/21 05:41:12 cozman Exp $
\file ZE_ZTimer.h
\brief Definition file for ZTimer.
diff --git a/include/ZEngine.h b/include/ZEngine.h
index 34e27ef..2ec41fd 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.1 2002/11/21 05:41:10 cozman Exp $
+$Id: ZEngine.h,v 1.1.1.1 2002/11/21 05:41:10 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
diff --git a/src/ZE_Error.cpp b/src/ZE_Error.cpp
index edc7793..d1cb4b0 100644
--- a/src/ZE_Error.cpp
+++ b/src/ZE_Error.cpp
@@ -13,7 +13,7 @@
File: ZE_Error.cpp
Description: Implementation source file for ZEngine error logging utility functions.
Author(s): James Turk
-$Id: ZE_Error.cpp,v 1.1 2002/11/21 05:41:12 cozman Exp $
+$Id: ZE_Error.cpp,v 1.1.1.1 2002/11/21 05:41:12 cozman Exp $
\file ZE_Error.cpp
\brief Source file for error logging utilities.
diff --git a/src/ZE_ZConfigFile.cpp b/src/ZE_ZConfigFile.cpp
index 022a672..ecf6c77 100644
--- a/src/ZE_ZConfigFile.cpp
+++ b/src/ZE_ZConfigFile.cpp
@@ -13,7 +13,7 @@
File: ZE_ZConfigFile.cpp
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File.
Author(s): James Turk
-$Id: ZE_ZConfigFile.cpp,v 1.1 2002/11/21 05:41:12 cozman Exp $
+$Id: ZE_ZConfigFile.cpp,v 1.1.1.1 2002/11/21 05:41:12 cozman Exp $
\file ZE_ZConfigFile.cpp
\brief Source file for ZConfigFile.
diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp
index 234bcee..9553796 100644
--- a/src/ZE_ZEngine.cpp
+++ b/src/ZE_ZEngine.cpp
@@ -13,7 +13,7 @@
File: ZE_ZEngine.cpp
Description: Implementation source file for ZEngine library main singleton class.
Author(s): James Turk
-$Id: ZE_ZEngine.cpp,v 1.1 2002/11/21 05:41:12 cozman Exp $
+$Id: ZE_ZEngine.cpp,v 1.1.1.1 2002/11/21 05:41:12 cozman Exp $
\file ZE_ZEngine.cpp
\brief Central source file for ZEngine.
diff --git a/src/ZE_ZFont.cpp b/src/ZE_ZFont.cpp
index 69057a9..d354210 100644
--- a/src/ZE_ZFont.cpp
+++ b/src/ZE_ZFont.cpp
@@ -13,7 +13,7 @@
File: ZE_ZFont.cpp
Description: Implementation source file for core ZEngine Font Object.
Author(s): James Turk
-$Id: ZE_ZFont.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZFont.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZFont.cpp
\brief Source file for ZFont.
diff --git a/src/ZE_ZImage.cpp b/src/ZE_ZImage.cpp
index 241b459..32e7bb8 100644
--- a/src/ZE_ZImage.cpp
+++ b/src/ZE_ZImage.cpp
@@ -13,7 +13,7 @@
File: ZE_ZImage.cpp
Description: Implementation source file for core ZEngine Image Object.
Author(s): James Turk
-$Id: ZE_ZImage.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZImage.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZImage.cpp
\brief Source file for ZImage.
diff --git a/src/ZE_ZMusic.cpp b/src/ZE_ZMusic.cpp
index 6eb2746..00995db 100644
--- a/src/ZE_ZMusic.cpp
+++ b/src/ZE_ZMusic.cpp
@@ -13,7 +13,7 @@
File: ZE_ZMusic.cpp
Description: Implementation source file for core ZEngine Music Object.
Author(s): James Turk
-$Id: ZE_ZMusic.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZMusic.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZMusic.cpp
\brief Source file for ZMusic.
diff --git a/src/ZE_ZRect.cpp b/src/ZE_ZRect.cpp
index 1771062..fe6be6f 100644
--- a/src/ZE_ZRect.cpp
+++ b/src/ZE_ZRect.cpp
@@ -13,7 +13,7 @@
File: ZE_ZRect.cpp
Description: Implementation source file for core ZEngine Rectangle Object.
Author(s): James Turk
-$Id: ZE_ZRect.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZRect.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZRect.cpp
\brief Source file for ZRect.
diff --git a/src/ZE_ZSound.cpp b/src/ZE_ZSound.cpp
index 9b11c0b..0c0769f 100644
--- a/src/ZE_ZSound.cpp
+++ b/src/ZE_ZSound.cpp
@@ -13,7 +13,7 @@
File: ZE_ZSound.cpp
Description: Implementation source file for core ZEngine Sound Object.
Author(s): James Turk
-$Id: ZE_ZSound.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZSound.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZSound.cpp
\brief Source file for ZSound.
diff --git a/src/ZE_ZTimer.cpp b/src/ZE_ZTimer.cpp
index 944f24c..404c3a1 100644
--- a/src/ZE_ZTimer.cpp
+++ b/src/ZE_ZTimer.cpp
@@ -13,7 +13,7 @@
File: ZE_ZTimer.cpp
Description: Implementation source file for core ZEngine Timer Object.
Author(s): James Turk
-$Id: ZE_ZTimer.cpp,v 1.1 2002/11/21 05:41:13 cozman Exp $
+$Id: ZE_ZTimer.cpp,v 1.1.1.1 2002/11/21 05:41:13 cozman Exp $
\file ZE_ZTimer.cpp
\brief Source file for ZTimer.