Index: trunk/src/shared/WheatyExceptionReport.cpp
===================================================================
--- trunk/src/shared/WheatyExceptionReport.cpp (revision 37)
+++ trunk/src/shared/WheatyExceptionReport.cpp (revision 103)
@@ -15,6 +15,5 @@
 #include <dbghelp.h>
 #include "WheatyExceptionReport.h"
-#include "svn_revision.h"
-#define CrashFolder _T("Crashs")
+#define CrashFolder _T("Crashes")
 //#pragma comment(linker, "/defaultlib:dbghelp.lib")
 
@@ -387,5 +386,4 @@
 
     // Start out with a banner
-    _tprintf(_T("Revision: %s\r\n"), SVN_REVISION);
     _tprintf(_T("Date %u:%u:%u. Time %u:%u \r\n"), systime.wDay, systime.wMonth, systime.wYear, systime.wHour, systime.wMinute);
     PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord;
