Bump version to 0.14.0-alpha

Most revisions in master prior to a release are the "alpha" version of
that release.
This commit is contained in:
Steven Elliott 2024-01-29 07:24:06 -05:00
parent cfb8644b1a
commit 93e720b18a

View file

@ -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