From 08ff0c404da9ef31cd7bb0e47e4c03b8ffbc2cdb Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 27 Nov 2023 09:19:39 -0800 Subject: [PATCH] Updated uncompiled scripts --- machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js | 2 +- machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js | 2 +- machines/osi/c1p/releases/2.21/c1p-uncompiled.js | 2 +- machines/pcx80/releases/2.21/pcx80-uncompiled.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js b/machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js index 9debb2307..3f2a9fc4d 100644 --- a/machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js +++ b/machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js @@ -5,7 +5,7 @@ /** * @define {string} */ -const APPVERSION = "2.22"; // this @define is overridden by the Closure Compiler with the version in machines.json +const APPVERSION = "2.XX"; // this @define is overridden by the Closure Compiler with the version in machines.json /** * COMPILED is false by default; overridden with true in the Closure Compiler release. diff --git a/machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js b/machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js index ee924ba7b..edc5c2053 100644 --- a/machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js +++ b/machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js @@ -5,7 +5,7 @@ /** * @define {string} */ -const APPVERSION = "2.22"; // this @define is overridden by the Closure Compiler with the version in machines.json +const APPVERSION = "2.XX"; // this @define is overridden by the Closure Compiler with the version in machines.json /** * COMPILED is false by default; overridden with true in the Closure Compiler release. diff --git a/machines/osi/c1p/releases/2.21/c1p-uncompiled.js b/machines/osi/c1p/releases/2.21/c1p-uncompiled.js index 470dde72f..77c1ff061 100644 --- a/machines/osi/c1p/releases/2.21/c1p-uncompiled.js +++ b/machines/osi/c1p/releases/2.21/c1p-uncompiled.js @@ -5,7 +5,7 @@ /** * @define {string} */ -const APPVERSION = "2.22"; // this @define is overridden by the Closure Compiler with the version in machines.json +const APPVERSION = "2.XX"; // this @define is overridden by the Closure Compiler with the version in machines.json /** * COMPILED is false by default; overridden with true in the Closure Compiler release. diff --git a/machines/pcx80/releases/2.21/pcx80-uncompiled.js b/machines/pcx80/releases/2.21/pcx80-uncompiled.js index 04daa1f3a..477e78a86 100644 --- a/machines/pcx80/releases/2.21/pcx80-uncompiled.js +++ b/machines/pcx80/releases/2.21/pcx80-uncompiled.js @@ -5,7 +5,7 @@ /** * @define {string} */ -const APPVERSION = "2.22"; // this @define is overridden by the Closure Compiler with the version in machines.json +const APPVERSION = "2.XX"; // this @define is overridden by the Closure Compiler with the version in machines.json /** * COMPILED is false by default; overridden with true in the Closure Compiler release.