1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-21 07:17:03 +00:00

Update version # for minor bug fixes in fileio and AUTORUN

This commit is contained in:
David Schmenk
2024-11-11 15:12:35 -08:00
parent 6931813a50
commit 71011e644f
14 changed files with 165 additions and 23 deletions
+1 -1
View File
@@ -1631,7 +1631,7 @@ def cmdmode#0
word cmdptr, line
clrscrn
puts("PLASMA Editor, Version 2.1\n")
puts("PLASMA Editor, Version 2.20\n")
while not exit
puts(@filename)
cmdptr = gets($BA)
+1 -1
View File
@@ -508,7 +508,7 @@ include "toolsrc/parse.pla"
//
// Look at command line arguments and compile module
//
puts("PLASMA Compiler, Version 2.11A\n")
puts("PLASMA Compiler, Version 2.20\n")
arg = argNext(argFirst)
if ^arg and ^(arg + 1) == '-'
opt = arg + 2