Adjusted the copyright string

git-svn-id: svn://svn.cc65.org/cc65/trunk@1648 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-25 17:33:58 +00:00
parent 85e36f2ea5
commit 345d2ddf54
4 changed files with 4 additions and 4 deletions

View File

@@ -867,7 +867,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
/* Print version number */
{
fprintf (stderr,
"cl65 V%u.%u.%u - (C) Copyright 1998-2000 Ullrich von Bassewitz\n",
"cl65 V%u.%u.%u - (C) Copyright 1998-2002 Ullrich von Bassewitz\n",
VER_MAJOR, VER_MINOR, VER_PATCH);
}