Bump language version

This commit is contained in:
Eelco Dolstra 2017-10-25 15:18:37 +02:00
parent 3395e3bbc4
commit 8191992c83
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

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