summary refs log tree commit diff stats
path: root/compiler/commands.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-01-19 01:25:48 +0100
committerAraq <rumpf_a@web.de>2014-01-19 01:25:48 +0100
commita59939d29500f7a00cfd45b4990c5e34a9548add (patch)
tree54260a080eb15b74cff5c485d55f104ea20c3daa /compiler/commands.nim
parent6df259f15b8507b1d7be6f72759daeb537ff7ac5 (diff)
downloadNim-a59939d29500f7a00cfd45b4990c5e34a9548add.tar.gz
it's the year 2014
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r--compiler/commands.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 7179b07c1..18bdb54d3 100644
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -28,7 +28,7 @@ proc processSwitch*(switch, arg: string, pass: TCmdLinePass, info: TLineInfo)
 
 const
   HelpMessage = "Nimrod Compiler Version $1 (" & CompileDate & ") [$2: $3]\n" &
-      "Copyright (c) 2004-2013 by Andreas Rumpf\n"
+      "Copyright (c) 2006-2014 by Andreas Rumpf\n"
 
 const 
   Usage = slurp"doc/basicopt.txt".replace("//", "")