Skip to content

Commit c66a84a

Browse files
committed
Update the version for TSC approval
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
1 parent 733ad92 commit c66a84a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# the Doc Template for RISC-V Extensions.
1414

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

src/changelog.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Changelog
22

3+
- *Version v0.91
4+
* Addressed public review feedback.
5+
* Updated version and contributor list.
6+
* Ready for TSC sign-off.
7+
38
- *Version 1.0.0-rc5*
49
* Updated document state to Frozen.
510

src/rimt-spec.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:docgroup: Platform Runtime Services Task Group
44
:description: RISC-V IO Mapping Table (RIMT)
55
:company: RISC-V.org
6-
:revdate: 01/2025
7-
:revnumber: 1.0
6+
:revdate: 02/2025
7+
:revnumber: v0.91
88
:revremark: This document is in Frozen state. Change is extremely unlikely.
99
:revinfo:
1010
:url-riscv: http://riscv.org

0 commit comments

Comments
 (0)