summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
Diffstat (limited to 'strgen')
-rw-r--r--strgen/stdafx.c2
-rw-r--r--strgen/stdafx.h2
-rw-r--r--strgen/strgen.c4
3 files changed, 7 insertions, 1 deletions
diff --git a/strgen/stdafx.c b/strgen/stdafx.c
index 015fae9e6..a14103790 100644
--- a/strgen/stdafx.c
+++ b/strgen/stdafx.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
// stdafx.cpp : source file that includes just the standard includes
// strgen.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
diff --git a/strgen/stdafx.h b/strgen/stdafx.h
index 0fd5430c2..2bcddc04f 100644
--- a/strgen/stdafx.h
+++ b/strgen/stdafx.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
diff --git a/strgen/strgen.c b/strgen/strgen.c
index b6c5b4e91..c4155d760 100644
--- a/strgen/strgen.c
+++ b/strgen/strgen.c
@@ -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;
}