Updated commit hash in config.nim

This commit is contained in:
Nocturn9x 2021-11-16 15:48:50 +01:00
parent 1515a53cd0
commit 51246d552f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const HEAP_GROW_FACTOR* = 2 # How much extra memory to allocate for dynamic ar
const MAX_STACK_FRAMES* = 800 # The maximum number of stack frames at any one time. Acts as a recursion limiter (1 frame = 1 call)
const JAPL_VERSION* = (major: 0, minor: 4, patch: 0)
const JAPL_RELEASE* = "alpha"
const JAPL_COMMIT_HASH* = "5f33af5b2c909293bc4d0530b4d3d69645410153"
const JAPL_COMMIT_HASH* = "1515a53cd02202fe93c28b99901a79ef68922f7c"
const JAPL_BRANCH* = "master"
const DEBUG_TRACE_VM* = false # Traces VM execution
const SKIP_STDLIB_INIT* = false # Skips stdlib initialization (can be imported manually)