Fixed the copyright message
git-svn-id: svn://svn.cc65.org/cc65/trunk@3588 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1f6276d21e
commit
1bc775d21d
2 changed files with 2 additions and 2 deletions
|
@ -1131,7 +1131,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
|
||||||
/* Print version number */
|
/* Print version number */
|
||||||
{
|
{
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"cl65 V%u.%u.%u - (C) Copyright 1998-2003 Ullrich von Bassewitz\n",
|
"cl65 V%u.%u.%u - (C) Copyright 1998-2005 Ullrich von Bassewitz\n",
|
||||||
VER_MAJOR, VER_MINOR, VER_PATCH);
|
VER_MAJOR, VER_MINOR, VER_PATCH);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -449,7 +449,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
|
||||||
/* Print the assembler version */
|
/* Print the assembler version */
|
||||||
{
|
{
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"ld65 V%u.%u.%u - (C) Copyright 1998-2002 Ullrich von Bassewitz\n",
|
"ld65 V%u.%u.%u - (C) Copyright 1998-2005 Ullrich von Bassewitz\n",
|
||||||
VER_MAJOR, VER_MINOR, VER_PATCH);
|
VER_MAJOR, VER_MINOR, VER_PATCH);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue