summaryrefslogtreecommitdiff
path: root/frontends/tasm/tasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/tasm/tasm.c')
-rw-r--r--frontends/tasm/tasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c
index 70f9573a..400e1baf 100644
--- a/frontends/tasm/tasm.c
+++ b/frontends/tasm/tasm.c
@@ -226,7 +226,7 @@ static opt_option options[] =
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
"Compiled on " __DATE__ ".",
- "Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.",
+ "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};