From faea0f9a70ee8850191a1e7ab3cc0da0e3a2cf8f Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 19 Jan 2016 09:42:00 +0100 Subject: make Nim always show the current year --- compiler/commands.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/commands.nim b/compiler/commands.nim index b38e52bc5..02c0b8486 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -53,7 +53,7 @@ proc processSwitch*(switch, arg: string, pass: TCmdLinePass, info: TLineInfo) const HelpMessage = "Nim Compiler Version $1 (" & CompileDate & ") [$2: $3]\n" & - "Copyright (c) 2006-2015 by Andreas Rumpf\n" + "Copyright (c) 2006-" & CompileDate.substr(0, 3) & " by Andreas Rumpf\n" const Usage = slurp"doc/basicopt.txt".replace("//", "") -- cgit 1.4.1-2-gfad0