From 00cff85a607aff668f8d9e0ba550ce52f9f50648 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 17 Nov 2019 14:50:39 -0800 Subject: GLK: JACL: Add interpreter version --- engines/glk/jacl/jacl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/glk/jacl/jacl.h b/engines/glk/jacl/jacl.h index 958238d7c7..5f24dc6a2d 100644 --- a/engines/glk/jacl/jacl.h +++ b/engines/glk/jacl/jacl.h @@ -20,6 +20,8 @@ * */ +/* Based on the JACL interpreter version 3.0.0 */ + #ifndef JACL_JACL #define JACL_JACL -- cgit v1.2.3