mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Freedoom is now at version v0.12.0
This commit is contained in:
parent
03a2baf1ea
commit
ff8d673d7d
2 changed files with 3 additions and 3 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.11.3)
|
||||
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.0)
|
||||
WADS=wads
|
||||
ASCIIDOC=asciidoc
|
||||
ASCIIDOC_MAN=a2x -f manpage
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
= Freedoom project news
|
||||
|
||||
== HEAD
|
||||
== 0.12.0 (2019-10-10)
|
||||
=== General
|
||||
* We now have a manual rendered to beautiful PDF format. Thanks to
|
||||
Simon Howard, the project’s founder.
|
||||
* A strong focus on vanilla compatibility has been sought for this
|
||||
release. We may not be perfect, but we are getting there.
|
||||
release. Most, if not all, levels should work now.
|
||||
* _Final Doom_ compatibility de-emphasized. Where it creates
|
||||
conflicts with _Doom II_ mods or texture definitions, we prefer
|
||||
the _Doom II_ side of things. _Final Doom_-specific maps and mods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue