Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 531f859

Browse files
committed
Bump RVA23/RVB23 versions to 0.7 for ratification vote
1 parent 6e9089e commit 531f859

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ DOCS := \
1717
rvb23-profile.adoc \
1818

1919
DATE ?= $(shell date +%Y-%m-%d)
20-
VERSION ?= 0.6
21-
REVMARK ?= Frozen. Public review draft. Changes are unlikely but remain possible.
20+
VERSION ?= 0.7
21+
REVMARK ?= Frozen. Ratification-ready candidate. Changes are unlikely but remain possible.
2222
DOCKER_IMG := riscvintl/riscv-docs-base-container-image:latest
2323
ifneq ($(SKIP_DOCKER),true)
2424
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \

src/rva23-profile.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif::[]
4444
//: This is the Preamble
4545

4646
[WARNING]
47-
.This specification is frozen. This document has been prepared for public review.
47+
.This specification is frozen. This document has been prepared for a ratification vote.
4848
====
4949
Incompatible changes are unlikely but remain possible.
5050
====

src/rvb23-profile.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif::[]
4444
//: This is the Preamble
4545

4646
[WARNING]
47-
.This specification is frozen. This document has been prepared for public review.
47+
.This specification is frozen. This document has been prepared for a ratification vote.
4848
====
4949
Incompatible changes are unlikely but remain possible.
5050
====

0 commit comments

Comments
 (0)