We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb544 commit b611045Copy full SHA for b611045
doc/Makefile
@@ -13,8 +13,8 @@
13
# the Doc Template for RISC-V Extensions.
14
15
DATE ?= $(shell date +%Y-%m-%d)
16
-VERSION ?= v0.99
17
-REVMARK ?= Frozen
+VERSION ?= v1.0
+REVMARK ?= Ratified
18
19
HEADER_SOURCE := header.adoc
20
PDF_RESULT := v-intrinsic-spec.pdf
doc/header.adoc
@@ -36,9 +36,9 @@ endif::[]
36
:bibtex-throw: false
37
38
[WARNING]
39
-.This document is in the link:http://riscv.org/spec-state[Freeze state]
+.This document is in the link:http://riscv.org/spec-state[Ratified state]
40
====
41
-Change is unlikely at this point of the specification.
+No changes are allowed.
42
43
44
include::preface.adoc[]
0 commit comments