I still haven't gotten the disclaimer from my company, but I hope you can
consider this a minor change.
ChangeLog:
2001-05-31 Michael Chase [EMAIL PROTECTED]
* main.cc (WinMain): Add setup version to starting setup.log entry
Patch:
--- old/main.cc Wed Sep 6 20:09:30 2000
+++ new/main.cc Sun May 27 23:30:22 2001
@@ -37,6 +37,7 @@ static char *cvsid = "\n%%% $Id: main.cc
#include "find.h"
#include "mount.h"
#include "log.h"
+#include "version.h"
#include "port.h"
@@ -57,7 +58,7 @@ WinMain (HINSTANCE h,
next_dialog = IDD_SPLASH;
- log (LOG_TIMESTAMP, "Starting cygwin install");
+ log (LOG_TIMESTAMP, "Starting cygwin install version %s", version);
char cwd[_MAX_PATH];
GetCurrentDirectory (sizeof (cwd), cwd);