Skip to content

Commit

Permalink
Setting version to 1.0.0
Browse files Browse the repository at this point in the history
Calling the current version 1.0.0 and moving forward with proper versioning.
  • Loading branch information
wmat committed Apr 11, 2024
1 parent 867c559 commit 3923db1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v0.0.0
VERSION ?= v1.0.0
REVMARK ?= Draft
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

SRC_DIR := src
SRC_DIR := ./src
BUILD_DIR := build
HEADER_SOURCE := $(SRC_DIR)/docs-dev-guide.adoc

Expand Down
Binary file modified images/litmus_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/docs-dev-guide.adoc
100644 → 100755
Empty file.

0 comments on commit 3923db1

Please sign in to comment.