diff --git a/Makefile b/Makefile index e2e0ab9..73126ca 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # the Doc Template for RISC-V Extensions. DATE ?= $(shell date +%Y-%m-%d) -VERSION ?= v0.0.0 +VERSION ?= v0.0.1 REVMARK ?= \"This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.\" DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest diff --git a/header.adoc b/header.adoc index 09b7a47..ad4560e 100644 --- a/header.adoc +++ b/header.adoc @@ -50,7 +50,7 @@ Attribution 4.0 International License (CC-BY 4.0). The full license text is available at https://creativecommons.org/licenses/by/4.0/. -Copyright 2023 by RISC-V International. +Copyright 2024 by RISC-V International. [preface] include::contributors.adoc[]