diff options
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/archetype/archetype.h | 2 | ||||
-rw-r--r-- | engines/glk/archetype/misc.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/archetype/archetype.h b/engines/glk/archetype/archetype.h index 643f5e0007..698a277c82 100644 --- a/engines/glk/archetype/archetype.h +++ b/engines/glk/archetype/archetype.h @@ -20,6 +20,8 @@ * */ +/* Based on Archetype interpreter version 1.01 */ + #ifndef ARCHETYPE_ARCHETYPE #define ARCHETYPE_ARCHETYPE diff --git a/engines/glk/archetype/misc.cpp b/engines/glk/archetype/misc.cpp index b0e8b41eb2..c4cfb9e643 100644 --- a/engines/glk/archetype/misc.cpp +++ b/engines/glk/archetype/misc.cpp @@ -29,7 +29,7 @@ namespace Glk { namespace Archetype { const char *const VERSION_STUB = "Archetype version "; -const double VERSION_NUM = 1.02; +const double VERSION_NUM = 1.01; size_t Bytes; bool KeepLooking; |