(svn r2701) Insert Id tags into all source files

This commit is contained in:
tron
2005-07-24 14:12:37 +00:00
parent c7980036e9
commit a227065ab7
231 changed files with 465 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#define STRGEN
#include "../stdafx.h"
@@ -1187,7 +1189,7 @@ int CDECL main(int argc, char* argv[])
int show_todo = 0;
if (argc > 1 && (!strcmp(argv[1], "-v") || !strcmp(argv[1], "--version"))) {
puts("$Revision$");
puts("$Revision: 2617 $");
return 0;
}