Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version post public review #23

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v1.0.0-rc5
REVMARK ?= Frozen
VERSION ?= v0.91
REVMARK ?= 'This document is in Frozen state. Change is extremely unlikely.'
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

Expand Down
5 changes: 5 additions & 0 deletions src/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog

- *Version v0.91*
* Addressed public review feedback.
* Updated version and contributor list.
* Ready for TSC sign-off.

- *Version 1.0.0-rc5*
* Updated document state to Frozen.

Expand Down
2 changes: 1 addition & 1 deletion src/contributors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This RISC-V specification has been contributed to directly or indirectly by:
* Andrew Jones <ajones@ventanamicro.com>
* Anup Patel <apatel@ventanamicro.com>
* Atish Kumar Patra <atishp@rivosinc.com>
* Bin Meng <bmeng@tinylab.org>
* Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* Samuel Holland <samuel.holland@sifive.com>
* Sebastien Boeuf <seb@rivosinc.com>
* Sunil V L <sunilvl@ventanamicro.com>
Expand Down
4 changes: 2 additions & 2 deletions src/rimt-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:docgroup: Platform Runtime Services Task Group
:description: RISC-V IO Mapping Table (RIMT)
:company: RISC-V.org
:revdate: 01/2025
:revnumber: 1.0
:revdate: 02/2025
:revnumber: v0.91
:revremark: This document is in Frozen state. Change is extremely unlikely.
:revinfo:
:url-riscv: http://riscv.org
Expand Down