aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/misc.cpp')
-rw-r--r--engines/glk/archetype/misc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/archetype/misc.cpp b/engines/glk/archetype/misc.cpp
index 34c067c2b0..e5a858ba00 100644
--- a/engines/glk/archetype/misc.cpp
+++ b/engines/glk/archetype/misc.cpp
@@ -28,8 +28,7 @@ namespace Glk {
namespace Archetype {
const char *const VERSION_STUB = "Archetype version ";
-const char *const VERSION = "Archetype version 1.02";
-const double VERSION_NUM = 1.01;
+const double VERSION_NUM = 1.02;
size_t Bytes;
int Debug;