diff --git a/README.markdown b/README.markdown index 4aaeaf5..c356b91 100644 --- a/README.markdown +++ b/README.markdown @@ -24,7 +24,7 @@ programs to 6502 machine code. It is a **work in progress**, currently at the **proof-of-concept** stage. -The current development version of SixtyPical is 0.8-PRE. +The current development version of SixtyPical is 0.8. Documentation ------------- diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index b4315ca..e85c778 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ SixtyPical ========== -This document describes the SixtyPical programming language version 0.8-PRE, +This document describes the SixtyPical programming language version 0.8, both its execution aspect and its static analysis aspect (even though these are, technically speaking, separate concepts.)