From 92f212ddfcd0e4b2aa6ef65b6d61bcdd8f8c1f32 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Mon, 4 Dec 2017 13:02:26 +0000 Subject: [PATCH] Prep for release of 0.8. --- README.markdown | 2 +- doc/SixtyPical.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.)