summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/shgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh/shgen.c')
-rw-r--r--tools/cpu/sh/shgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpu/sh/shgen.c b/tools/cpu/sh/shgen.c
index 3fa6ae9b75..15c179a855 100644
--- a/tools/cpu/sh/shgen.c
+++ b/tools/cpu/sh/shgen.c
@@ -24,7 +24,7 @@ static void usage( char *prog )
static void shgen_header( FILE *file )
{
fprintf( file,
- "/*\n * DO NOT EDIT - this file is automatically generated by shgen\n" );
+ "/*\n * DO NOT EDIT - this file is automatically generated by shgen 0.2\n" );
fprintf( file,
" * Copyright (c) 1998, Ralf Corsepius (corsepiu@faw.uni-ulm.de)\n */\n" );
fprintf( file,