Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Sep 12, 2019
1 parent 9d426ff commit 4a74534
Showing 1 changed file with 1 addition and 1 deletion.
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 = 4000
let version_major = version / 1000
let version_minor = (version mod 1000) / 100
let version_revision = (version mod 100)
let version_pre = Some "rc.4"
let version_pre = Some "rc.5"

let macro_platform = ref Neko

Expand Down

0 comments on commit 4a74534

Please sign in to comment.