mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
scripts makefile: add back leading "v" to hardcoded version string
This reverts the code changes from 2019-09-05T02:46:59Z!mikeonthecomputer@gmail.com. Keeps the "v" from appearing in file names, while still being a bit nice to see on the title screen.
This commit is contained in:
parent
366cc87d3c
commit
096f3418a6
3 changed files with 7 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 0.11.3)
|
||||
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.11.3)
|
||||
WADS=wads
|
||||
ASCIIDOC=asciidoc
|
||||
ASCIIDOC_MAN=a2x -f manpage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue