Skip to content

Commit

Permalink
Tweaked VecForth version number removed leading 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipeaton committed Jul 12, 2020
1 parent 84ac563 commit 8aca394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This section assumes you know your way around a PC a little bit and how to setup

If you managed the above steps on the VecFever and the PC Tera Term is setup correctly, VecForth has already booted and on the terminal screen there will be a VecForth message and an OK prompt.
```
VecForth v1.00 2020-07-12 Phillip Eaton
VecForth v1.0 2020-07-12 Phillip Eaton
based on 6809 CamelForth v1.1 2016-03-20
OK-0
```
Expand Down
2 changes: 1 addition & 1 deletion VecForth/CamelForth/camelforth.fs
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ EMULATES .S
: COLD \ -- ; cold start Forth system

UINIT U0 #INIT CMOVE
CR ." VecForth v1.00 2020-07-12 Phillip Eaton"
CR ." VecForth v1.0 2020-07-12 Phillip Eaton"
CR ." based on 6809 CamelForth v1.1 2016-03-20"
CR ." OK-0 " ABORT ;

Expand Down

0 comments on commit 8aca394

Please sign in to comment.