Skip to content

Commit

Permalink
Updated uncompiled scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Nov 27, 2023
1 parent 6df4163 commit 08ff0c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion machines/dec/pdp11/releases/2.21/pdp11-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion machines/osi/c1p/releases/2.21/c1p-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion machines/pcx80/releases/2.21/pcx80-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08ff0c4

Please sign in to comment.