diff --git a/README.markdown b/README.markdown index c356b91..175c5e1 100644 --- a/README.markdown +++ b/README.markdown @@ -22,9 +22,8 @@ The reference implementation can execute, analyze, and compile SixtyPical 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. +SixtyPical is a work in progress. The current released version of SixtyPical +is 0.9-PRE (not released yet.) Documentation ------------- diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index e85c778..a61610a 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ SixtyPical ========== -This document describes the SixtyPical programming language version 0.8, +This document describes the SixtyPical programming language version 0.9-PRE, both its execution aspect and its static analysis aspect (even though these are, technically speaking, separate concepts.)