r648: no message
[ctsim.git] / src / ctsim.cpp
index af65da3e5ddfab2a5ff74576ee67b83eb46e19c3..9248247d03640f0fdb77c4179d28beda2c97ffaa 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.100 2001/03/29 21:25:50 kevin Exp $
+**  $Id: ctsim.cpp,v 1.101 2001/03/30 19:17:32 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -70,7 +70,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.100 2001/03/29 21:25:50 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.101 2001/03/30 19:17:32 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -1038,10 +1038,13 @@ MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event) )
   if (lFreeMem > 0)
     *theApp->getLog() << ",  Free Memory: " << lFreeMem << " MB";
   *theApp->getLog() << ", wxWindows: " << wxVERSION_STRING;
+#ifdef __TIMESTAMP__
+  *theApp->getLog() << ", Build Date: " << __TIMESTAMP__;
+#endif
 #if defined(DEBUG)
-  *theApp->getLog() << ", Debug version";
+  *theApp->getLog() << ", CTSim Debug version";
 #else
-  *theApp->getLog() << ", Release version";
+  *theApp->getLog() << ", CTSim Release version";
 #endif
 
   *theApp->getLog() << "\n";