diff --git a/README.markdown b/README.markdown index b18736d..efadf04 100644 --- a/README.markdown +++ b/README.markdown @@ -23,7 +23,7 @@ The reference implementation can execute, analyze, and compile SixtyPical programs to 6502 machine code. SixtyPical is a work in progress. The current released version of SixtyPical -is 0.9-PRE (not released yet.) +is 0.9. Documentation ------------- diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index 6db3da3..3cff7c7 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ SixtyPical ========== -This document describes the SixtyPical programming language version 0.9-PRE, +This document describes the SixtyPical programming language version 0.9, both its execution aspect and its static analysis aspect (even though these are, technically speaking, separate concepts.)