X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=afdc4b354c273190b77ee57bd9dffb4e1ac6b3c9;hp=2dbdec7cd51b8f90a0f6fc6c5338de0f4a46fd03;hb=67e0b59f7b40b2c2f1d0587b24b4ecf4881b3824;hpb=faa6bddaf9114589b38b26ae79a7051eaff62477 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 2dbdec7..afdc4b3 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.111 2002/05/08 08:55:45 kevin Exp $ +** $Id: ctsim.cpp,v 1.112 2002/06/02 17:57:02 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.111 2002/05/08 08:55:45 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.112 2002/06/02 17:57:02 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -1026,11 +1026,16 @@ MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event) ) *theApp->getLog() << ", Build Date: " << __TIMESTAMP__; #endif #if defined(DEBUG) - *theApp->getLog() << ", CTSim Debug version"; + *theApp->getLog() << ", CTSim Debug version" << "\n"; #else - *theApp->getLog() << ", CTSim Release version"; + *theApp->getLog() << ", CTSim Release version" << "\n"; +#endif +#ifdef CTSIMVERSION + *theApp->getLog() << "Version "; + *theApp->getLog() << CTSIMVERSION; +#elif defined(VERSION) + *theApp->getLog() << "Version: " << VERSION; #endif - *theApp->getLog() << "\n"; wxBitmap bmp (splash);