summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scalac/CompilerCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/CompilerCommand.java b/sources/scalac/CompilerCommand.java
index 7d61dd8acf..b51649e6d1 100644
--- a/sources/scalac/CompilerCommand.java
+++ b/sources/scalac/CompilerCommand.java
@@ -210,7 +210,7 @@ public class CompilerCommand extends CommandParser {
this.version = new VersionOptionParser(this,
"version", "Print product version and exit",
- product() + " " + version() + " -- (c) 2002-03 LAMP/EPFL"),
+ product() + " " + version() + " -- (c) 2002-04 LAMP/EPFL"),
this.help = new HelpOptionParser(this,
"help", "Print a synopsis of standard options"),