mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-29 23:16:55 -04:00
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:
parent
cfb8644b1a
commit
93e720b18a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue