release Woof! 6.3.1

This commit is contained in:
Fabian Greffrath 2021-08-13 15:01:39 +02:00
parent 8be8efe9ed
commit 975dfd8df9
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# 3.12 is needed for modern FindPython. # 3.12 is needed for modern FindPython.
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project("Woof" project("Woof"
VERSION 6.3.0 VERSION 6.3.1
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems." DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof" HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
LANGUAGES C) LANGUAGES C)

View File

@ -241,6 +241,8 @@ Much like a native Windows build, you do not need to download any dependencies.
Minor release, adding optional low-pass filtering for sound effects and fixing some issues in the MBF21 implementation. Minor release, adding optional low-pass filtering for sound effects and fixing some issues in the MBF21 implementation.
* 6.3.0 (Jul 30, 2021) * 6.3.0 (Jul 30, 2021)
Minor release, adding randomly mirrored death animations and fixing SFX interpolation as well as some more minor issues in demo compatibility and UMAPINFO implementation. Minor release, adding randomly mirrored death animations and fixing SFX interpolation as well as some more minor issues in demo compatibility and UMAPINFO implementation.
* 6.3.1 (Aug 13, 2021)
Patch release, fine-tuning demo compatibility and UMAPINFO implementation.
# Contact # Contact