File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
name: "haxe"
3
- version: "4.3.3 "
3
+ version: "4.3.4 "
4
4
synopsis: "Multi-target universal programming language"
5
5
description: """
6
6
Haxe is an open source toolkit based on a modern,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ let process_args arg_spec =
40
40
41
41
let parse_args com =
42
42
let usage = Printf. sprintf
43
- " Haxe Compiler %s - (C)2005-2023 Haxe Foundation\n Usage: haxe%s <target> [options] [hxml files and dot paths...]\n "
43
+ " Haxe Compiler %s - (C)2005-2024 Haxe Foundation\n Usage: haxe%s <target> [options] [hxml files and dot paths...]\n "
44
44
s_version_full (if Sys. os_type = " Win32" then " .exe" else " " )
45
45
in
46
46
let actx = {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ type platform =
27
27
| Hl
28
28
| Eval
29
29
30
- let version = 4303
30
+ let version = 4304
31
31
let version_major = version / 1000
32
32
let version_minor = (version mod 1000 ) / 100
33
33
let version_revision = (version mod 100 )
You can’t perform that action at this time.
0 commit comments