Skip to content

Commit 06185f3

Browse files
bump version to 1.17
1 parent 4f072f2 commit 06185f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/mtasc/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ let report ?(do_exit=true) (msg,p) etype printer =
113113
;;
114114
try
115115
let exe_ext = match Sys.os_type with "Win32" | "Cygwin" -> ".exe" | _ -> "" in
116-
let usage = "Motion-Twin ActionScript2 Compiler (SWFRecomp Fork) 1.16\nCopyright (c) 2004-2009 Motion-Twin and contributors, 2026 SWFRecomp\n Usage : mtasc" ^ exe_ext ^ " [options] <files...>\n Options :" in
116+
let usage = "Motion-Twin ActionScript2 Compiler (SWFRecomp Fork) 1.17\nCopyright (c) 2004-2009 Motion-Twin and contributors, 2026 SWFRecomp\n Usage : mtasc" ^ exe_ext ^ " [options] <files...>\n Options :" in
117117
let base_path = normalize_path (try Extc.executable_path() with _ -> ".") in
118118
let files = ref [] in
119119
let time = Sys.time() in

0 commit comments

Comments
 (0)