From a28625c1988a07594a7202c5c434c153b396f943 Mon Sep 17 00:00:00 2001 From: beeman Date: Tue, 14 Nov 2023 11:15:25 -0800 Subject: [PATCH] mark spec as frozen --- Makefile | 2 +- header.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5c99a76..4951d0d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DATE ?= $(shell date +%Y-%m-%d) VERSION ?= v1.0.0 -REVMARK ?= Stable +REVMARK ?= Frozen DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest diff --git a/header.adoc b/header.adoc index 7eb98f8..b406e5b 100644 --- a/header.adoc +++ b/header.adoc @@ -5,7 +5,7 @@ Authors: Beeman Strong, John Hauser :company: RISC-V.org :revdate: 8/2023 :revnumber: 1.0.0-rc1 -:revremark: This document is in Stable state. Assume anything could still change, but limited change should be expected. Visit http://riscv.org/spec-state for further details. +:revremark: This document is in *Frozen* state. Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during the public review cycle. Any other desired or needed changes can be the subject of a follow-on new extension. Visit http://riscv.org/spec-state for further details. :revinfo: :url-riscv: http://riscv.org :doctype: book @@ -39,9 +39,9 @@ endif::[] :xrefstyle: short [WARNING] -.This document is in the link:http://riscv.org/spec-state[Stable state] +.This document is in the link:http://riscv.org/spec-state[Frozen state] ==== -Assume anything could still change, but limited change should be expected. +Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during the public review cycle. Any other desired or needed changes can be the subject of a follow-on new extension. ==== [preface]