Skip to content

Commit be2e80b

Browse files
authored
Merge pull request #28 from vlsunil/ratification_ready
Update version to indicate "ratification ready"
2 parents d01af74 + 7928ea4 commit be2e80b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.92
16+
VERSION ?= v0.99
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/changelog.adoc

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

3+
- *Version v0.99*
4+
* Version update to indicate "Ratification Ready" state.
5+
36
- *Version v0.92*
47
* Update the copyright year to include 2025.
58

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: 02/2025
7-
:revnumber: v0.92
6+
:revdate: 03/2025
7+
:revnumber: v0.99
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)