From b12c8df2b2eb41331d532236d8d5db012fdefbe8 Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Sun, 16 Feb 2020 13:44:38 +0100 Subject: [PATCH] [cli] it's 2020 --- src/compiler/haxe.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/haxe.ml b/src/compiler/haxe.ml index e81ff09ce43..cb9319eba09 100644 --- a/src/compiler/haxe.ml +++ b/src/compiler/haxe.ml @@ -677,7 +677,7 @@ let rec process_params create pl = and init ctx = let usage = Printf.sprintf - "Haxe Compiler %s - (C)2005-2019 Haxe Foundation\nUsage: haxe%s [options] [hxml files...]\n" + "Haxe Compiler %s - (C)2005-2020 Haxe Foundation\nUsage: haxe%s [options] [hxml files...]\n" (s_version true) (if Sys.os_type = "Win32" then ".exe" else "") in let com = ctx.com in