X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fpj2if.cpp;h=f65d55d12e9d6aa57e285e29ab2251bc54bec0b1;hb=d158a6da6ec776fe98961f73f2ea74cf55de4700;hp=daf4028645935582082f623c2e097a1b79ba9302;hpb=a35f9818445c3d30109ebf7d68422ca81d02aaf9;p=ctsim.git diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index daf4028..f65d55d 100644 --- a/tools/pj2if.cpp +++ b/tools/pj2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pj2if.cpp,v 1.2 2000/08/02 18:09:11 kevin Exp $ +** $Id: pj2if.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: pj2if.cpp,v 1.3 2000/08/03 09:57:29 kevin Exp $"; void pj2if_usage (const char *program) @@ -82,7 +82,7 @@ pj2if_main (const 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