Skip to content

Commit

Permalink
release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Feb 8, 2021
1 parent b37e43d commit bfcbf80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2021-02-XX 4.2.0:
2021-02-09 4.2.0:

New features:

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "haxe"
version: "4.1.5"
version: "4.2.0"
synopsis: "Multi-target universal programming language"
description: """
Haxe is an open source toolkit based on a modern,
Expand Down
2 changes: 1 addition & 1 deletion src/core/globals.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let version = 4200
let version_major = version / 1000
let version_minor = (version mod 1000) / 100
let version_revision = (version mod 100)
let version_pre = Some "rc.1"
let version_pre = None

let macro_platform = ref Neko

Expand Down

0 comments on commit bfcbf80

Please sign in to comment.