diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index 6a5e189f..fc0e9140 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -2566,7 +2566,7 @@ (defvarl %big-endian% (equal (ffi-put 1 (ffi uint32)) #b'00000001')) -(defvarl %tlo-ver% ^(7 0 ,%big-endian%)) +(defvarl %tlo-ver% ^(8 0 ,%big-endian%)) (defvarl %package-manip% '(make-package delete-package use-package unuse-package |