Skip to content

Commit

Permalink
update version to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Dec 31, 2020
1 parent 076547d commit 5e33a78
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 @@
2020-XX-XX 4.1.5:
2020-12-31 4.1.5:

General improvements:

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.4"
version: "4.1.5"
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 @@ -24,7 +24,7 @@ type platform =
| Hl
| Eval

let version = 4104
let version = 4105
let version_major = version / 1000
let version_minor = (version mod 1000) / 100
let version_revision = (version mod 100)
Expand Down

0 comments on commit 5e33a78

Please sign in to comment.