X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fif-1.cpp;h=cd61c388a599d23133688f8462dcfb9e8f0da99a;hp=d23cf89c92bcaeefec883d7cd35b568e568bdfb7;hb=d158a6da6ec776fe98961f73f2ea74cf55de4700;hpb=b565c017417f9dc25ea30d651a6b6c5435314259 diff --git a/tools/if-1.cpp b/tools/if-1.cpp index d23cf89..cd61c38 100644 --- a/tools/if-1.cpp +++ b/tools/if-1.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if-1.cpp,v 1.2 2000/08/02 18:09:11 kevin Exp $ +** $Id: if-1.cpp,v 1.3 2000/08/03 09:57:29 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 @@ -46,7 +46,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$id$"; +static const char* g_szIdStr = "$Id: if-1.cpp,v 1.3 2000/08/03 09:57:29 kevin Exp $"; void if1_usage (const char *program) @@ -107,7 +107,7 @@ if1_main (int argc, char *const argv[]) break; case O_VERSION: #ifdef VERSION - cout << "Version " << VERSION << endl; + cout << "Version " << VERSION << endl << g_szIdStr << endl; #else cout << "Unknown version number" << endl; #endif