diff --git a/HISTORY.markdown b/HISTORY.markdown index 6a123e6..316e86a 100644 --- a/HISTORY.markdown +++ b/HISTORY.markdown @@ -1,8 +1,8 @@ History of SixtyPical ===================== -0.7-PRE -------- +0.7 +--- * User-defined `byte` locations can be given an initial value. * `word` type locations which can be defined and `copy`ed between. diff --git a/README.markdown b/README.markdown index 36622bc..7f58c06 100644 --- a/README.markdown +++ b/README.markdown @@ -24,8 +24,7 @@ programs to 6502 machine code. It is a **work in progress**, currently at the **proof-of-concept** stage. -The current released version of SixtyPical is 0.6. The current development -version of SixtyPical, unreleased as of this writing, is 0.7-PRE. +The current released version of SixtyPical is 0.7. Documentation ------------- diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index 35e20f8..a118a73 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ SixtyPical ========== -This document describes the SixtyPical programming language version 0.7-PRE, +This document describes the SixtyPical programming language version 0.7, both its execution aspect and its static analysis aspect (even though these are, technically speaking, separate concepts.)