From a162bd55c9291c59cc4be7361faffbfa6e9afbef Mon Sep 17 00:00:00 2001 From: beeman Date: Mon, 1 Apr 2024 08:17:58 -0700 Subject: [PATCH] move to ratified state --- Makefile | 2 +- header.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f511a43..c06daca 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 3c866ed..bf18ae9 100644 --- a/header.adoc +++ b/header.adoc @@ -4,7 +4,7 @@ :company: RISC-V.org :revdate: 1/2024 :revnumber: 1.0 -:revremark: This document is Frozen. 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 specification is Ratified. No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised. For further details, visit http://riscv.org/spec-state. :revinfo: :url-riscv: http://riscv.org :doctype: book @@ -38,9 +38,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]