Skip to content

Commit

Permalink
make Nim always show the current year
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Jan 19, 2016
1 parent a121c3f commit faea0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/commands.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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("//", "")
Expand Down

0 comments on commit faea0f9

Please sign in to comment.