From bef878f4a4fb11f97437a3518a36e37f28e796c4 Mon Sep 17 00:00:00 2001 From: Rahul Pathak Date: Fri, 18 Oct 2024 13:01:57 +0530 Subject: [PATCH] Update spec version to v1.0-rc2 Signed-off-by: Rahul Pathak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2fe0c1..188845a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # the Doc Template for RISC-V Extensions. DATE ?= $(shell date +%Y-%m-%d) -VERSION ?= v1.0-rc1 +VERSION ?= v1.0-rc2 REVMARK ?= Draft DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest