Skip to content

Commit 06e468c

Browse files
committed
Bump RVA23/RVB23 versions to 0.6 for public review
1 parent 4579eca commit 06e468c

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

Makefile

+2-2
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.5
21-
REVMARK ?= Candidate for Freeze Milestone Vote
20+
VERSION ?= 0.6
21+
REVMARK ?= Frozen. Public review draft. 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

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[[riscv-doc-template]]
22
:description: Short, text description of spect…
33
:company: RISC-V
4-
:revdate: July 23, 2024
5-
:revnumber: 0.5
6-
:revremark: This document is in Development stage. Everything could change before ratification.
74
:url-riscv: http://riscv.org
85
:doctype: book
96
:preface-title: Preamble
@@ -47,7 +44,7 @@ endif::[]
4744
//: This is the Preamble
4845

4946
[WARNING]
50-
.This document has been prepared for the Freeze Milestone vote.
47+
.This specification is frozen. This document has been prepared for public review.
5148
====
5249
Incompatible changes are unlikely but remain possible.
5350
====

src/rvb23-profile.adoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[[riscv-doc-template]]
22
:description: Short, text description of spect…
33
:company: RISC-V
4-
:revdate: July 23, 2024
5-
:revnumber: 0.5
6-
:revremark: This document is in Development stage. Everything could change before ratification.
74
:url-riscv: http://riscv.org
85
:doctype: book
96
:preface-title: Preamble
@@ -47,7 +44,7 @@ endif::[]
4744
//: This is the Preamble
4845

4946
[WARNING]
50-
.This document has been prepared for the Freeze Milestone vote.
47+
.This specification is frozen. This document has been prepared for public review.
5148
====
5249
Incompatible changes are unlikely but remain possible.
5350
====

0 commit comments

Comments
 (0)