From 93e720b18ad605a74be9b73f219c493a43496fe4 Mon Sep 17 00:00:00 2001 From: Steven Elliott Date: Mon, 29 Jan 2024 07:24:06 -0500 Subject: [PATCH] Bump version to 0.14.0-alpha Most revisions in master prior to a release are the "alpha" version of that release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cff1595d..1d6d420f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause -VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.13.0-unknown) +VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.14.0-alpha-unknown) WADS=wads ASCIIDOC=asciidoc ADOCOPTS=--backend=html5 --conf-file=.adoc-layout.conf