Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
mark spec as frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
bcstrongx committed Nov 14, 2023
1 parent 9156b8a commit a28625c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit a28625c

Please sign in to comment.