Skip to content

Commit 1902da2

Browse files
committed
Update version to 0.92
Since copyright year has changed, update the version which reflects the change. Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
1 parent 1980cc7 commit 1902da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# the Doc Template for RISC-V Extensions.
1414

1515
DATE ?= $(shell date +%Y-%m-%d)
16-
VERSION ?= v0.91
16+
VERSION ?= v0.92
1717
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

src/rimt-spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:description: RISC-V IO Mapping Table (RIMT)
55
:company: RISC-V.org
66
:revdate: 02/2025
7-
:revnumber: v0.91
7+
:revnumber: v0.92
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)