Bump language version

This commit is contained in:
Eelco Dolstra
2017-10-25 15:18:37 +02:00
parent 3395e3bbc4
commit 8191992c83

View File

@@ -2008,7 +2008,7 @@ void EvalState::createBaseEnv()
language feature gets added. It's not necessary to increase it
when primops get added, because you can just use `builtins ?
primOp' to check. */
mkInt(v, 4);
mkInt(v, 5);
addConstant("__langVersion", v);
// Miscellaneous