aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-17 11:44:26 -0800
committerPaul Gilbert2019-11-17 14:06:14 -0800
commitaf01515bd8fe39f5c8ad557414ddaaf504a1c728 (patch)
tree07b0c6e0161c343629cc06cfdaa73a90437c21be /engines/glk
parent90e29ab1bb79ed5d31f26602038422ee9849f2ae (diff)
downloadscummvm-rg350-af01515bd8fe39f5c8ad557414ddaaf504a1c728.tar.gz
scummvm-rg350-af01515bd8fe39f5c8ad557414ddaaf504a1c728.tar.bz2
scummvm-rg350-af01515bd8fe39f5c8ad557414ddaaf504a1c728.zip
GLK: ARCHETYPE: Add version
Diffstat (limited to 'engines/glk')
-rw-r--r--engines/glk/archetype/archetype.h2
-rw-r--r--engines/glk/archetype/misc.cpp2
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;