might as well increment version for the fix....
This commit is contained in:
parent
88cb051636
commit
c2307ce9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def PyDOS():
|
||||||
global envVars
|
global envVars
|
||||||
if "envVars" not in globals().keys():
|
if "envVars" not in globals().keys():
|
||||||
envVars = {}
|
envVars = {}
|
||||||
_VER = "1.55-fruitjam"
|
_VER = "1.56-fruitjam"
|
||||||
prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$','']
|
prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$','']
|
||||||
|
|
||||||
print("Starting Py-DOS... Type 'help' for help.")
|
print("Starting Py-DOS... Type 'help' for help.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue