From 00f66af72894f1ee71423ab38ed4df7a4caee1e8 Mon Sep 17 00:00:00 2001 From: Andrei Warkentin Date: Wed, 17 Apr 2024 22:46:00 -0500 Subject: [PATCH] Fix date and rev to 0.0.1, hopefully the ARC review version! (#154) Signed-off-by: Andrei Warkentin --- Makefile | 2 +- header.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[]