Skip to content

Commit cf06f8d

Browse files
committed
cove-io: v0.3.0 release
Signed-off-by: Samuel Ortiz <sameo@meta.com>
1 parent 81c66c0 commit cf06f8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ DOCS := \
1616
riscv-cove-io.adoc
1717

1818
DATE ?= $(shell date +%Y-%m-%d)
19-
VERSION ?= v0.2.0
20-
REVMARK ?= Draft
19+
VERSION ?= v0.3.0
2120
ifneq ($(SKIP_DOCKER),true)
2221
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
2322
riscvintl/riscv-docs-base-container-image:latest \
@@ -39,7 +38,6 @@ OPTIONS := --trace \
3938
-a allow-uri-read \
4039
-a mathematical-format=svg \
4140
-a revnumber=${VERSION} \
42-
-a revremark=${REVMARK} \
4341
-a revdate=${DATE} \
4442
-a pdf-fontsdir=docs-resources/fonts \
4543
-a pdf-theme=docs-resources/themes/riscv-pdf.yml \

src/00-header.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: RISC-V CoVE IO: Trusted IO proposal for RISC-V
33
:company: RISC-V.org
44
:revdate: 2023/04
5-
:revnumber: 0.2.0
5+
:revnumber: 0.3.0
66
:revremark: This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.
77
:url-riscv: http://riscv.org
88
:doctype: book

0 commit comments

Comments
 (0)