Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Feb 1, 2019
1 parent a5c8274 commit 1fdd3d5
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 @@ -27,7 +27,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 "preview.5"
let version_pre = Some "rc.1"

let macro_platform = ref Neko

Expand Down

0 comments on commit 1fdd3d5

Please sign in to comment.