From 1ffa5b8e0838f3b025219dd57a0c305b2885dfa7 Mon Sep 17 00:00:00 2001 From: beeman Date: Tue, 27 Feb 2024 08:36:05 -0800 Subject: [PATCH] move to ratified state --- Makefile | 2 +- header.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4951d0d..97546d4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DATE ?= $(shell date +%Y-%m-%d) VERSION ?= v1.0.0 -REVMARK ?= Frozen +REVMARK ?= Ratified 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 b406e5b..a4409e0 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 *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. +:revremark: This document is in *Ratified* state. No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised. 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[Frozen state] +.This document is in the link:http://riscv.org/spec-state[Ratified 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. +No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised. ==== [preface] @@ -51,7 +51,7 @@ Attribution 4.0 International License (CC-BY 4.0). The full license text is available at https://creativecommons.org/licenses/by/4.0/. -Copyright 2023 by RISC-V International. +Copyright 2023-2024 by RISC-V International. [preface] include::contributors.adoc[]