From 51246d552f8b8bd00427759a8e70b5a4cb6c4f80 Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Tue, 16 Nov 2021 15:48:50 +0100 Subject: [PATCH] Updated commit hash in config.nim --- src/config.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.nim b/src/config.nim index dbf6ce5..059de05 100644 --- a/src/config.nim +++ b/src/config.nim @@ -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)