From de6c96fef87d8f347f0ec9f668d3eb0609ee32be Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Tue, 12 Dec 2017 12:27:29 +0000 Subject: [PATCH] Prep for developing version 0.10. --- README.md | 2 +- doc/SixtyPical.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efadf04..4bc9d38 100644 --- a/README.md +++ b/README.md @@ -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. +is 0.10 (not released yet). Documentation ------------- diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index 3cff7c7..85e1aa8 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ SixtyPical ========== -This document describes the SixtyPical programming language version 0.9, +This document describes the SixtyPical programming language version 0.10, both its execution aspect and its static analysis aspect (even though these are, technically speaking, separate concepts.)