Skip to content

Commit 51e00e8

Browse files
authored
Merge pull request #23 from vlsunil/update_version
Update version post public review
2 parents ab521e3 + 4bad219 commit 51e00e8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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/contributors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This RISC-V specification has been contributed to directly or indirectly by:
77
* Andrew Jones <ajones@ventanamicro.com>
88
* Anup Patel <apatel@ventanamicro.com>
99
* Atish Kumar Patra <atishp@rivosinc.com>
10-
* Bin Meng <bmeng@tinylab.org>
10+
* Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1111
* Samuel Holland <samuel.holland@sifive.com>
1212
* Sebastien Boeuf <seb@rivosinc.com>
1313
* Sunil V L <sunilvl@ventanamicro.com>

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)