From c07c14eb2cd715ff06d64ae0b9c1007047785b7c Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Fri, 13 Mar 2015 11:09:13 +0100 Subject: [PATCH] It's 2015 now --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index 45bdc9e1a32..02175283825 100644 --- a/main.ml +++ b/main.ml @@ -978,7 +978,7 @@ and do_connect host port args = and init ctx = let usage = Printf.sprintf - "Haxe Compiler %s %s- (C)2005-2014 Haxe Foundation\n Usage : haxe%s -main [-swf|-js|-neko|-php|-cpp|-as3] [options]\n Options :" + "Haxe Compiler %s %s- (C)2005-2015 Haxe Foundation\n Usage : haxe%s -main [-swf|-js|-neko|-php|-cpp|-as3] [options]\n Options :" s_version (match Version.version_extra with None -> "" | Some v -> v) (if Sys.os_type = "Win32" then ".exe" else "") in let com = ctx.com in