X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=wdq2wav.cpp;h=03b6557fa6b5ed38638ca46f1ce5e1e6be749b1b;hb=8ddc5f8ddd4b1f33f797b767cacf8d26e4392e6b;hp=87ab17783014e1954b5d84499abf34099d677f25;hpb=f6ca9345ea1497adcd37ccdb79d3f36f86f356d8;p=wdq2wav.git diff --git a/wdq2wav.cpp b/wdq2wav.cpp index 87ab177..03b6557 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -8,7 +8,7 @@ ** ** Copyright (c) 2003 Kevin Rosenberg ** -** $Id: wdq2wav.cpp,v 1.27 2003/03/03 21:52:09 kevin Exp $ +** $Id$ ** ** 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 @@ -26,7 +26,7 @@ #include -const char* g_szIdStr = "$Id: wdq2wav.cpp,v 1.27 2003/03/03 21:52:09 kevin Exp $"; +const char* g_szIdStr = "$Id$"; bool g_quiet = false; bool g_verbose = false;