Woof! 4.0.2

This commit is contained in:
Fabian Greffrath 2021-03-23 09:03:48 +01:00
parent 73e8bbe6f3
commit fe000779e8
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,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 4.0.1 VERSION 4.0.2
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

@ -212,6 +212,8 @@ Much like a native Windows build, you do not need to download any dependencies.
Major feature release, introducing a separate MIDI process for Windows, widescreen rendering, the "A secret is revealed!" message, the `-pistolstart` parameter and support for the MUSINFO lump. Major feature release, introducing a separate MIDI process for Windows, widescreen rendering, the "A secret is revealed!" message, the `-pistolstart` parameter and support for the MUSINFO lump.
* 4.0.1 (Mar 15, 2021) * 4.0.1 (Mar 15, 2021)
Bug-fix release, fixing a crash when when changing music from a MUSINFO track and improving demo compatibility with PrBoom+ complevel 11. Bug-fix release, fixing a crash when when changing music from a MUSINFO track and improving demo compatibility with PrBoom+ complevel 11.
* 4.0.2 (Mar 23, 2021)
Bug-fix release, fixing a music bug when loading a savegame.
# Contact # Contact