X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fpjrec.cpp;h=bab43e7a36ac1c947cca57c31b4467aa3ffc7fec;hb=d158a6da6ec776fe98961f73f2ea74cf55de4700;hp=496ace5c93e4f6cc1e16afa4cdcb92e62fe0b219;hpb=bd3ff8cf33195aa27dbd82e16b2f2c8eb8780cf9;p=ctsim.git diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 496ace5..bab43e7 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.8 2000/08/03 09:53:09 kevin Exp $ +** $Id: pjrec.cpp,v 1.10 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 @@ -49,7 +49,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$id$"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.10 2000/08/03 09:57:29 kevin Exp $"; void pjrec_usage (const char *program) @@ -214,7 +214,7 @@ pjrec_main (int argc, char * argv[]) break; case O_VERSION: #ifdef VERSION - cout << "Version " << VERSION << endl << "Id " << g_szIdStr << endl; + cout << "Version " << VERSION << endl << g_szIdStr << endl; #else cout << "Unknown version number" << endl; #endif