Skip to content

Commit 6f778f4

Browse files
authored
Merge pull request #29 from vlsunil/ratified
Update the preamble section
2 parents da9f203 + 0928bdb commit 6f778f4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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 ?= v0.99
17-
REVMARK ?= 'This document is in Frozen state. Change is extremely unlikely.'
16+
VERSION ?= v1.0
17+
REVMARK ?= 'Ratified'
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
== Changelog
22

3+
- *Version v1.0*
4+
* Version update to indicate "Ratified" state.
5+
36
- *Version v0.99*
47
* Version update to indicate "Ratification Ready" state.
58

src/rimt-spec.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ endif::[]
4141
:xrefstyle: short
4242

4343
[WARNING]
44-
.This document is in the https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state]
44+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Ratified state]
4545
====
46-
Change is extremely unlikely. A high threshold will be used, and a change will only occur because of
47-
some truly critical issue being identified during the public review cycle. Any other desired or
48-
needed changes can be the subject of a follow-on new extension.
46+
No changes are allowed. Any desired or needed changes can be the subject
47+
of a follow-on new extension. Ratified extensions are never revised.
4948
====
5049

5150
[preface]

0 commit comments

Comments
 (0)