Skip to content

Commit b611045

Browse files
committed
Make the specification Ratified v1.0
See https://lf-riscv.atlassian.net/browse/RVS-3764
1 parent 0fdb544 commit b611045

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/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 ?= Frozen
16+
VERSION ?= v1.0
17+
REVMARK ?= Ratified
1818

1919
HEADER_SOURCE := header.adoc
2020
PDF_RESULT := v-intrinsic-spec.pdf

doc/header.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ endif::[]
3636
:bibtex-throw: false
3737

3838
[WARNING]
39-
.This document is in the link:http://riscv.org/spec-state[Freeze state]
39+
.This document is in the link:http://riscv.org/spec-state[Ratified state]
4040
====
41-
Change is unlikely at this point of the specification.
41+
No changes are allowed.
4242
====
4343

4444
include::preface.adoc[]

0 commit comments

Comments
 (0)