diff options
author | tron <tron@openttd.org> | 2005-07-24 14:12:37 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-24 14:12:37 +0000 |
commit | a227065ab75d6cb9f449f2282315adc933450b49 (patch) | |
tree | 2c607555a4bcc2d41a41eea7726fe2f1b04d5f33 /strgen | |
parent | c7980036e943aafe527a40ec0125f9d93924cb27 (diff) | |
download | openttd-a227065ab75d6cb9f449f2282315adc933450b49.tar.xz |
(svn r2701) Insert Id tags into all source files
Diffstat (limited to 'strgen')
-rw-r--r-- | strgen/stdafx.c | 2 | ||||
-rw-r--r-- | strgen/stdafx.h | 2 | ||||
-rw-r--r-- | strgen/strgen.c | 4 |
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; } |